Skip to content

Commit

Permalink
Merge pull request #59 from imajus/bugfix/bump-puppeteer-version-in-e…
Browse files Browse the repository at this point in the history
…rror

Bump Puppeteer version in the error message
  • Loading branch information
StorytellerCZ authored Sep 19, 2024
2 parents 72df7ff + 1c54854 commit f543396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/puppeteer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function startPuppeteer({
console.error(error);
throw new Error(
'When running app tests with TEST_BROWSER_DRIVER=puppeteer, you must first ' +
'"npm i --save-dev puppeteer@^1.5.0"'
'"npm i --save-dev puppeteer@^19.11.1"'
);
}

Expand Down

0 comments on commit f543396

Please sign in to comment.