From 639d14c682cda8e8f249b0663c76834a384e51b7 Mon Sep 17 00:00:00 2001 From: aussieklutz Date: Thu, 2 May 2019 08:50:43 +1000 Subject: [PATCH] Switching to current selenium-webdriver for tests Disabling selenium and adding geckodriver-helper and selenium webdriver for the current version of selenium. --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4c3cc6528..b4dfffe9b 100644 --- a/Gemfile +++ b/Gemfile @@ -86,8 +86,9 @@ group :test do # sudo apt-get install libcurl4-openssl-dev gem 'curb' # selenium-webdriver 3.x is incompatible with Firefox version 48 and prior - gem 'selenium' - gem 'selenium-webdriver', '~> 2.53.4' + # gem 'selenium' # Requires old version of selenium which is no longer available + gem 'geckodriver-helper' + gem 'selenium-webdriver' # nokogirl is needed by capybara which may require one of the below commands # sudo apt-get install libxslt-dev libxml2-dev # sudo port install libxml2 libxslt