2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 12:01:41 +00:00

Remove timeout

This commit is contained in:
Oliver Walters
2024-12-28 16:33:27 +11:00
parent 1568dc29f7
commit 60a777f7ac

View File

@@ -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 }) => {