diff --git a/src/frontend/tests/pui_login.spec.ts b/src/frontend/tests/pui_login.spec.ts index 11add31459..55c7b43a21 100644 --- a/src/frontend/tests/pui_login.spec.ts +++ b/src/frontend/tests/pui_login.spec.ts @@ -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 }) => {