Skip to content

Commit 9e4592f

Browse files
tomomi-codehaoqunjiang
authored andcommitted
fix: fix incompatibility with Chrome 75 (#4440)
1 parent 1cc6c51 commit 9e4592f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ module.exports = deepmerge({
2828
chrome: {
2929
desiredCapabilities: {
3030
browserName: 'chrome',
31+
chromeOptions: {
32+
w3c: false
33+
},
3134
javascriptEnabled: true,
3235
acceptSslCerts: true
3336
}

0 commit comments

Comments
 (0)