mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
functional_tests: Update geckodriver version to v0.26.0
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
a9ab05bde3
commit
a33db57993
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user