Forgot password test troubleshooting (#1538)
* Removes e2e retries and videos * Forgot password test troubleshooting Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
parent
32dc258077
commit
b75e384a2d
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ test("Can reset forgotten password", async ({ browser }) => {
|
|||
page.press('input[type="email"]', "Enter"),
|
||||
]);
|
||||
|
||||
// Wait for page to fully load
|
||||
await page.waitForSelector("text=Reset Password");
|
||||
// Fill input[name="password"]
|
||||
await page.fill('input[name="password"]', "pro");
|
||||
|
||||
|
|
Loading…
Reference in a new issue