Skip to content

Commit 4422e61

Browse files
committed
wip
1 parent e0ec648 commit 4422e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signals/signals-integration-tests/src/helpers/base-page-object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class BasePage {
4949
this.edgeFn = edgeFn
5050
await this.setupMockedRoutes()
5151
const url = options.updateURL ? options.updateURL(this.url) : this.url
52-
await this.page.goto(url)
52+
await this.page.goto(url, { waitUntil: 'domcontentloaded' })
5353
void this.invokeAnalyticsLoad({
5454
flushInterval: 500,
5555
...signalSettings,

0 commit comments

Comments
 (0)