We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ec648 commit 4422e61Copy full SHA for 4422e61
packages/signals/signals-integration-tests/src/helpers/base-page-object.ts
@@ -49,7 +49,7 @@ export class BasePage {
49
this.edgeFn = edgeFn
50
await this.setupMockedRoutes()
51
const url = options.updateURL ? options.updateURL(this.url) : this.url
52
- await this.page.goto(url)
+ await this.page.goto(url, { waitUntil: 'domcontentloaded' })
53
void this.invokeAnalyticsLoad({
54
flushInterval: 500,
55
...signalSettings,
0 commit comments