Skip to content

Commit 89dad9f

Browse files
committed
test(e2e): fix usage of chromedriver
1 parent b9bf4a2 commit 89dad9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/nightwatch.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ module.exports = {
3434
browserName: 'chrome',
3535
acceptSslCerts: true,
3636
chromeOptions: {
37+
// https://github.com/nightwatchjs/nightwatch/releases/tag/v1.1.12
38+
w3c: false,
3739
args: ['window-size=1280,800', 'headless']
3840
}
3941
}
@@ -44,6 +46,8 @@ module.exports = {
4446
browserName: 'chrome',
4547
acceptSslCerts: true,
4648
chromeOptions: {
49+
// https://github.com/nightwatchjs/nightwatch/releases/tag/v1.1.12
50+
w3c: false,
4751
args: ['window-size=1280,800']
4852
}
4953
}

0 commit comments

Comments
 (0)