[fix] fix selenium tests

This commit is contained in:
Alexandre Flament 2017-08-13 09:33:12 +02:00
parent 1012d63885
commit d0cebd6e77
3 changed files with 6 additions and 3 deletions

View file

@ -22,7 +22,7 @@ check_geckodriver() {
if [ -z $NOTFOUND ]; then
return
fi
GECKODRIVER_VERSION="v0.14.0"
GECKODRIVER_VERSION="v0.18.0"
PLATFORM=`python -c "import platform; print platform.system().lower(), platform.architecture()[0]"`
case $PLATFORM in
"linux 32bit" | "linux2 32bit") ARCH="linux32";;