Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 367f775

Browse files
committedMar 21, 2025··
wip
1 parent 6c6c89c commit 367f775

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/plugin-e2e/src/models/pages/GrafanaPage.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export abstract class GrafanaPage {
1919
url += `?${queryParams.toString()}`;
2020
}
2121
await this.ctx.page.goto(url, {
22-
waitUntil: 'load',
22+
waitUntil: 'networkidle',
23+
timeout: 0,
2324
...this.pageArgs,
2425
...options,
2526
});

0 commit comments

Comments
 (0)
Please sign in to comment.