Remove timeout

This commit is contained in:
Oliver Walters 2024-12-28 16:33:27 +11:00
parent 1568dc29f7
commit 60a777f7ac
1 changed files with 0 additions and 2 deletions

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