Skip to content

Commit 4d726f2

Browse files
committed
remove unused parameter
1 parent b88cac3 commit 4d726f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/prefetch.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test('will not prefetch current page', async ({ page }) => {
3636
expect(requests.requests.length).toBe(0)
3737
})
3838

39-
test('can prefetch using link props', async ({ page, browser }) => {
39+
test('can prefetch using link props', async ({ page }) => {
4040
// These two prefetch requests should be made on mount
4141
const prefetch2 = page.waitForResponse('prefetch/2')
4242
const prefetch4 = page.waitForResponse('prefetch/4')

0 commit comments

Comments
 (0)