diff --git a/functional_tests/install.sh b/functional_tests/install.sh index 68675fe98..d656d94ae 100755 --- a/functional_tests/install.sh +++ b/functional_tests/install.sh @@ -13,7 +13,7 @@ pip3 install splinter pytest-splinter pytest-bdd pytest-xvfb echo "Installing geckodriver" ( DL_DIR=/tmp/gecko - GECKO_VERSION="v0.24.0" + GECKO_VERSION="v0.26.0" FILENAME="geckodriver-${GECKO_VERSION}-linux64.tar.gz" GECKO_URL="https://github.com/mozilla/geckodriver/releases/download/$GECKO_VERSION/$FILENAME"