Skip to content

Commit

Permalink
Remove chrome flags that don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Robdel12 committed Sep 6, 2019
1 parent c20f52a commit fcdae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exports.config = {
//
browserName: 'chrome',
"goog:chromeOptions": {
args: ['--headless', '--disable-gpu', '--disable-web-security', '--disable-setuid-sandbox', '--no-sandbox', '--allow-running-insecure-content']
args: ['--headless', '--disable-gpu']
}
// If outputDir is provided WebdriverIO can capture driver session logs
// it is possible to configure which logTypes to include/exclude.
Expand Down

0 comments on commit fcdae72

Please sign in to comment.