Skip to content

Commit 54cd16b

Browse files
committed
Add a redundant argument to satisfy Playwright
1 parent e25fbc5 commit 54cd16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/test-test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function waitFor(delay: number) {
1010
return new Promise(resolve => setTimeout(resolve, delay))
1111
}
1212

13-
test.beforeEach(async (_, testInfo) => {
13+
test.beforeEach(async ({ browser }, testInfo) => {
1414
testInfo.setTimeout(testInfo.timeout + 160000)
1515
})
1616

0 commit comments

Comments
 (0)