Skip to content

Commit

Permalink
test to remove navigation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln committed Jan 20, 2023
1 parent 86ac17f commit 3cf694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hooks_functional.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const loadExample = async (url, screenshotName) => {
const pageErrors = [];
page.on('pageerror', (e) => { pageErrors.push(e); });

await page.goto(url);
await page.goto(url, { timeout: 0 });

pageErrors.forEach((e) => { throw e; });

Expand Down

0 comments on commit 3cf694e

Please # to comment.