From a33db57993a845ca276c2c984af74205cd7bea7a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 26 Jan 2020 11:40:58 -0500 Subject: [PATCH] functional_tests: Update geckodriver version to v0.26.0 Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- functional_tests/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"