Skip to content

Commit

Permalink
fix(tests) fixing rememberMe on tests
Browse files Browse the repository at this point in the history
ref: #31415
  • Loading branch information
wezell committed Feb 28, 2025
1 parent b1a5ec7 commit 0d4eca7
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
"key": "username",
"value": "[email protected]",
"type": "string"
},
{
"key": "rememberMe",
"value": "true",
"type": "string"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"key": "password",
"value": "admin",
"type": "string"
},
{
"key": "rememberMe",
"value": "true",
"type": "string"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@
"key": "username",
"value": "[email protected]",
"type": "string"
},
{
"key": "rememberMe",
"value": "true",
"type": "string"
}

]
},
"method": "PUT",
Expand Down Expand Up @@ -234,4 +240,4 @@
"value": ""
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"key": "password",
"value": "admin",
"type": "string"
},
{
"key": "rememberMe",
"value": "true",
"type": "string"
}
]
},
Expand Down Expand Up @@ -574,4 +579,4 @@
"value": "01FEF2DV5W3DJ7VJ4PPKWV3QD4"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"key": "username",
"value": "[email protected]",
"type": "string"
},
{
"key": "rememberMe",
"value": "true",
"type": "string"
}
]
},
Expand Down Expand Up @@ -1289,4 +1294,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"key": "password",
"value": "admin",
"type": "string"
},
{
"key": "rememberMe",
"value": "true",
"type": "string"
}
]
},
Expand Down

0 comments on commit 0d4eca7

Please sign in to comment.