Skip to content

Commit

Permalink
test(e2e): fix usage of chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 31, 2019
1 parent b9bf4a2 commit 89dad9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/nightwatch.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ module.exports = {
browserName: 'chrome',
acceptSslCerts: true,
chromeOptions: {
// https://github.com/nightwatchjs/nightwatch/releases/tag/v1.1.12
w3c: false,
args: ['window-size=1280,800', 'headless']
}
}
Expand All @@ -44,6 +46,8 @@ module.exports = {
browserName: 'chrome',
acceptSslCerts: true,
chromeOptions: {
// https://github.com/nightwatchjs/nightwatch/releases/tag/v1.1.12
w3c: false,
args: ['window-size=1280,800']
}
}
Expand Down

0 comments on commit 89dad9f

Please sign in to comment.