aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/e2e/nightwatch.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/nightwatch.conf.js b/test/e2e/nightwatch.conf.js
index 4041c698..fdd2fda2 100644
--- a/test/e2e/nightwatch.conf.js
+++ b/test/e2e/nightwatch.conf.js
@@ -9,7 +9,7 @@ module.exports = {
selenium: {
start_process: true,
- server_path: 'node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.1.jar',
+ server_path: require('selenium-server').path,
host: '127.0.0.1',
port: 4444,
cli_args: {