Remove timeout
This commit is contained in:
parent
1568dc29f7
commit
60a777f7ac
|
|
@ -92,8 +92,6 @@ test('Login - Failures', async ({ page }) => {
|
|||
await page.getByLabel('login-password').fill('');
|
||||
|
||||
await loginWithError();
|
||||
|
||||
await page.waitForTimeout(2500);
|
||||
});
|
||||
|
||||
test('Login - Change Password', async ({ page }) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue