mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +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\
|
python3-pip firefox-esr smbclient\
|
||||||
xvfb
|
xvfb
|
||||||
pip3 install wheel
|
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"
|
echo "Installing geckodriver"
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user