Resetting chrome version to 2.25 in nightwatch.

This commit is contained in:
David Jay
2017-01-26 16:51:03 -05:00
parent 963fc1f091
commit b8ff2b6763
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = {
'host': '127.0.0.1',
'port': 6666,
'cli_args': {
'webdriver.chrome.driver': 'node_modules/selenium-standalone/.selenium/chromedriver/2.27-x64-chromedriver'
'webdriver.chrome.driver': 'node_modules/selenium-standalone/.selenium/chromedriver/2.25-x64-chromedriver'
}
},
'test_settings': {