fix(e2e): tests failing when run locally

This commit is contained in:
Elian Doran
2025-03-07 20:34:01 +02:00
parent 9d05fedc69
commit eb19e31fc3
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ export default class App {
url = "/";
}
await this.page.goto(url, { waitUntil: "networkidle" });
await this.page.goto(url, { waitUntil: "networkidle", timeout: 30_000 });
// Wait for the page to load.
if (url === "/") {