mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 12:22:11 +00:00
Remove timeout
This commit is contained in:
@@ -92,8 +92,6 @@ test('Login - Failures', async ({ page }) => {
|
|||||||
await page.getByLabel('login-password').fill('');
|
await page.getByLabel('login-password').fill('');
|
||||||
|
|
||||||
await loginWithError();
|
await loginWithError();
|
||||||
|
|
||||||
await page.waitForTimeout(2500);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Login - Change Password', async ({ page }) => {
|
test('Login - Change Password', async ({ page }) => {
|
||||||
|
Reference in New Issue
Block a user