We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bf4a2 commit 89dad9fCopy full SHA for 89dad9f
test/e2e/nightwatch.config.js
@@ -34,6 +34,8 @@ module.exports = {
34
browserName: 'chrome',
35
acceptSslCerts: true,
36
chromeOptions: {
37
+ // https://github.com/nightwatchjs/nightwatch/releases/tag/v1.1.12
38
+ w3c: false,
39
args: ['window-size=1280,800', 'headless']
40
}
41
@@ -44,6 +46,8 @@ module.exports = {
44
46
45
47
48
49
50
51
args: ['window-size=1280,800']
52
53
0 commit comments