Skip to content

Commit

Permalink
Merge branch 'samclarke:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
juhojama authored Jan 25, 2024
2 parents 916c94d + 122b4ea commit 6f34978
Show file tree
Hide file tree
Showing 3 changed files with 2,674 additions and 1,985 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = (grunt) => {
console: false,
inject: path.join(__dirname, './tests/test-bridge.js'),
// Sandbox doesn't always work well on Linux so just disable
puppeteer: { args: ['--no-sandbox'] }
puppeteer: { args: ['--no-sandbox'], headless: 'new' }
}
}
},
Expand Down
Loading

0 comments on commit 6f34978

Please sign in to comment.