Skip to content

Commit

Permalink
Fix chromium not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkamp committed Jul 31, 2023
1 parent da4ec4b commit 6211ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/config/jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { useE2EJestPuppeteerConfig } = require( '@woocommerce/e2e-environment' );
const puppeteerConfig = useE2EJestPuppeteerConfig( {
launch: {
browserContext: 'incognito',
args: [ '--incognito', '--window-size=1920,1080' ],
args: [ '--no-sandbox', '--incognito', '--window-size=1920,1080' ],
defaultViewport: {
width: 1280,
height: 800,
Expand Down

0 comments on commit 6211ea8

Please sign in to comment.