Skip to content

Commit d5b90f4

Browse files
committed
🧹
1 parent 00cd477 commit d5b90f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/expectUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const expectUrl = expect.extend({
1010
let actual: string = new URL(page.url()).pathname;
1111
let pass: boolean;
1212
try {
13-
expect
13+
await expect
1414
.poll(() => (actual = new URL(page.url()).pathname), options)
1515
.toBe(expected);
1616
pass = true;

0 commit comments

Comments
 (0)