Skip to content

Commit

Permalink
fix: use google chrome stable for puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Jul 10, 2020
1 parent e5da02b commit d9c6906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest-puppeteer.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
launch: {
args: ['--no-sandbox', '--disable-setuid-sandbox'],
executablePath: 'google-chrome-unstable',
executablePath: 'google-chrome-stable',
},
server: {
command: 'yarn visual-testing-app:serve',
Expand Down

0 comments on commit d9c6906

Please sign in to comment.