Skip to content

Commit

Permalink
chore: fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Dec 19, 2024
1 parent 0223d10 commit 464c917
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
Expand Up @@ -8,7 +8,7 @@ module.exports = {
product: 'chrome',
dumpio: true,
ignoreHTTPSErrors: true,
args: ['--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream', '--disable-features=IsolateOrigins,site-per-process'],
args: ['--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream', '--disable-features=IsolateOrigins,site-per-process', '--no-sandbox'],
headless: process.env.TEST_HEADLESS === 'true'
},
browserContext: 'incognito',
Expand Down

0 comments on commit 464c917

Please sign in to comment.