Skip to content

Commit

Permalink
fix test:root without --no-sandbox is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHeaven committed Mar 15, 2023
1 parent 21eac5a commit 1e82bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma.backward.conf.js
Expand Up @@ -23,7 +23,7 @@ module.exports = function (karma) {
customLaunchers: {
HeadlessChrome: {
base: 'ChromeHeadless',
// flags: ['-no-sandbox'],
flags: ['--no-sandbox'],
},
},

Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -29,7 +29,7 @@ module.exports = function (karma) {
customLaunchers: {
HeadlessChrome: {
base: 'ChromeHeadless',
// flags: ['-no-sandbox'],
flags: ['--no-sandbox'],
},
},

Expand Down

0 comments on commit 1e82bbf

Please sign in to comment.