mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-01 02:49:39 -06:00
fix(e2e): tests failing when run locally
This commit is contained in:
@@ -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 === "/") {
|
||||
|
||||
Reference in New Issue
Block a user