mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 12:01:41 +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 loginWithError();
|
||||
|
||||
await page.waitForTimeout(2500);
|
||||
});
|
||||
|
||||
test('Login - Change Password', async ({ page }) => {
|
||||
|
Reference in New Issue
Block a user