mark test as slow

This commit is contained in:
Valere
2026-04-22 20:56:42 +02:00
parent e5c11eee13
commit 84ac0cc47d
2 changed files with 9 additions and 3 deletions

View File

@@ -105,8 +105,12 @@ export class TestHelpers {
timeout: 10000,
});
await page.getByRole("textbox", { name: "Username" }).fill(username);
await page.getByRole("textbox", { name: "Password" }).fill(PASSWORD);
await page.getByRole("textbox", { name: "Username" }).fill(username, {
timeout: 10000,
});
await page.getByRole("textbox", { name: "Password" }).fill(PASSWORD, {
timeout: 10000,
});
await page.getByRole("button", { name: "Sign in" }).click();
await expect(