Skip to content

Commit 698ff81

Browse files
committed
wip
1 parent ae8ff20 commit 698ff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)