Skip to content

Commit 8973196

Browse files
committed
revert to selenium server 2.53.1 because CircleCI does not support 3 yet
1 parent 24604e7 commit 8973196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/nightwatch.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77

88
'selenium': {
99
'start_process': true,
10-
'server_path': 'node_modules/selenium-server/lib/runner/selenium-server-standalone-3.0.1.jar',
10+
'server_path': 'node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.1.jar',
1111
'host': '127.0.0.1',
1212
'port': 4444,
1313
'cli_args': {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"rollup-plugin-flow-no-whitespace": "^1.0.0",
102102
"rollup-plugin-replace": "^1.1.0",
103103
"rollup-watch": "^2.5.0",
104-
"selenium-server": "3.0.1",
104+
"selenium-server": "2.53.1",
105105
"typescript": "^2.0.9",
106106
"uglify-js": "^2.6.2",
107107
"webpack": "^1.13.2",

0 commit comments

Comments
 (0)