We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8ff20 commit 698ff81Copy full SHA for 698ff81
packages/plugin-e2e/src/models/pages/GrafanaPage.ts
@@ -19,7 +19,7 @@ export abstract class GrafanaPage {
19
url += `?${queryParams.toString()}`;
20
}
21
await this.ctx.page.goto(url, {
22
- waitUntil: 'networkidle',
+ waitUntil: 'load',
23
timeout: 0,
24
...this.pageArgs,
25
...options,
0 commit comments