Skip to content

Commit

Permalink
fix e2e flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Fernandes committed Feb 8, 2024
1 parent dbdf390 commit ab241f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest-puppeteer.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
launch: {
dumpio: false,
headless: false,
headless: 'new',
args: [
'--disable-extensions-except=./dist',
'--load-extension=./dist',
Expand Down

0 comments on commit ab241f6

Please sign in to comment.