From d2598565eebff5ec16e308ba298cd7ffc4422b70 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Thu, 3 Oct 2019 17:21:34 +0300 Subject: [PATCH] Issue #3085506: Update [ChromeDriver, standalone selenium server] for the travis-ci Automated Functional Acceptance Testing --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c1ebe7a..50995a25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,8 +99,8 @@ before_install: - google-chrome --version # Run selenium standalone server. - - SELENIUM="$HOME/.selenium/cache/selenium-server-standalone-2.53.1.jar"; - - if [[ ! -f $SELENIUM ]]; then wget -O $SELENIUM http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar; fi + - SELENIUM="$HOME/.selenium/cache/selenium-server-standalone-3.141.59.jar"; + - if [[ ! -f $SELENIUM ]]; then wget -O $SELENIUM http://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar; fi - java -jar $SELENIUM -port 4445 > /dev/null 2>&1 & - echo "[ OK ] Starting Selenium on the 4445 port ..." install: -- GitLab