From 39543971c5b06f136327ac1730eccd64b273bdbc Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Thu, 28 Sep 2017 15:26:14 +0200 Subject: [PATCH] Upgrading Selenium to version 3.6.0 --- Base/Dockerfile | 2 +- tests/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/Dockerfile b/Base/Dockerfile index 10caeea2dd..4835d9363b 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -56,6 +56,6 @@ USER seluser #========== RUN sudo mkdir -p /opt/selenium \ && sudo chown seluser:seluser /opt/selenium \ - && wget --no-verbose https://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar \ + && wget --no-verbose https://selenium-release.storage.googleapis.com/3.6/selenium-server-standalone-3.6.0.jar \ -O /opt/selenium/selenium-server-standalone.jar diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index 895567ef57..e28fab3cf3 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash cd tests -pip install selenium===3.5.0 \ +pip install selenium===3.6.0 \ docker===2.5.1 \ | grep -v 'Requirement already satisfied'