Skip to content

Commit

Permalink
Update src/playwright/transformPlaywrightJson.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Yann Braga <yannbf@gmail.com>
  • Loading branch information
bryanjtc and yannbf authored Jul 15, 2023
1 parent dac465b commit 697d0f8
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.on('pageerror', pageErrorListener);
page.once('pageerror', pageErrorListener);
if (globalThis.__sbPreRender) {
await globalThis.__sbPreRender(page, context);
}
Expand Down

0 comments on commit 697d0f8

Please sign in to comment.