Skip to content

Commit

Permalink
fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Dec 10, 2024
1 parent 2524260 commit edba508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('segment cache (basic tests)', () => {
const browser = await next.browser('/fully-static', {
beforePageLoad(page: Playwright.Page) {
page.route('**/*', async (route: Playwright.Route) => {
await interceptor.interceptRoute(route)
await interceptor.interceptRoute(page, route)
})
},
})
Expand Down

0 comments on commit edba508

Please sign in to comment.