tests optimizations

This commit is contained in:
Valere
2026-04-22 09:03:57 +02:00
parent 0e2d2c6f72
commit 55de3fd216
3 changed files with 57 additions and 53 deletions
+4 -1
View File
@@ -105,7 +105,10 @@ export class TestHelpers {
await expect(
page.getByRole("heading", { name: `Welcome ${username}` }),
).toBeVisible();
).toBeVisible({
// Increase timeout here
timeout: 10000,
});
await this.maybeDismissBrowserNotSupportedToast(page);
await this.maybeDismissServiceWorkerWarningToast(page);