Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/next' into credential-bbs
Browse files Browse the repository at this point in the history
  • Loading branch information
veromassera committed Jan 13, 2025
2 parents fc551a5 + dbb2880 commit 6077e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/test-react-app/jest-puppeteer.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module.exports = {
launch: {
dumpio: true,
headless: 'new',
headless: true,
product: 'chrome',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
},
browserContext: 'default',
server: {
Expand Down

0 comments on commit 6077e92

Please sign in to comment.