From 85f41b47198fd62ef718e46fb479711131015030 Mon Sep 17 00:00:00 2001 From: Garren Smith Date: Thu, 12 May 2016 14:06:32 +0200 Subject: [PATCH] Update selenium Using Firefox 46.0.1 Using Selenium 2.53.0 --- .travis.yml | 2 +- tasks/helper.js | 6 +++--- test/nightwatch_tests/nightwatch.json.underscore | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7beac34ff..24de80530 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ git: depth: 10 addons: - firefox: "38.0.1" + firefox: "46.0.1" before_install: - npm config set strict-ssl false diff --git a/tasks/helper.js b/tasks/helper.js index 02fd6b4c7..35eeab8b8 100644 --- a/tasks/helper.js +++ b/tasks/helper.js @@ -58,9 +58,9 @@ exports.init = function (grunt) { }, check_selenium: { - command: 'test -s ./test/nightwatch_tests/selenium/selenium-server-standalone-2.45.0.jar || ' + - 'curl -o ./test/nightwatch_tests/selenium/selenium-server-standalone-2.45.0.jar ' + - 'http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar' + command: 'test -s ./test/nightwatch_tests/selenium/selenium-server-standalone-2.53.0.jar || ' + + 'curl -o ./test/nightwatch_tests/selenium/selenium-server-standalone-2.53.0.jar ' + + 'http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar' } }; }; diff --git a/test/nightwatch_tests/nightwatch.json.underscore b/test/nightwatch_tests/nightwatch.json.underscore index 9d33770bf..903e6805f 100644 --- a/test/nightwatch_tests/nightwatch.json.underscore +++ b/test/nightwatch_tests/nightwatch.json.underscore @@ -9,7 +9,7 @@ "selenium" : { "start_process" : true, - "server_path" : "test/nightwatch_tests/selenium/selenium-server-standalone-2.45.0.jar", + "server_path" : "test/nightwatch_tests/selenium/selenium-server-standalone-2.53.0.jar", "log_path" : "", "host" : "127.0.0.1", "port" : "<%- selenium_port %>",