mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
e2e3768fe1
commit
71cabff4d0
@ -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"
|
||||
(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user