functional-tests: Use latest version of splinter

splinter 0.13.0 has a bug which is fixed in 0.14.0

See https://github.com/cobrateam/splinter/pull/749

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2020-07-24 03:57:39 +05:30 committed by Sunil Mohan Adapa
parent e2e3768fe1
commit 71cabff4d0
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -8,7 +8,8 @@ sudo apt-get install -yq --no-install-recommends \
python3-pip firefox-esr smbclient\
xvfb
pip3 install wheel
pip3 install splinter pytest-splinter pytest-bdd pytest-xvfb pytest-xdist
pip3 install git+https://github.com/cobrateam/splinter.git@0.14.0
pip3 install pytest-splinter pytest-bdd pytest-xvfb pytest-xdist
echo "Installing geckodriver"
(