Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjtc committed Jul 15, 2023
1 parent 697d0f8 commit 8b39494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playwright/transformPlaywrightJson.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Playwright Json', () => {
err: err.message
});
};
page.once('pageerror', pageErrorListener);
page.on('pageerror', pageErrorListener);
if (globalThis.__sbPreRender) {
await globalThis.__sbPreRender(page, context);
}
Expand Down

0 comments on commit 8b39494

Please sign in to comment.