From 71cabff4d0f21af66bdb4e0bee77e5d52cd3f66b Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 24 Jul 2020 03:57:39 +0530 Subject: [PATCH] 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 Reviewed-by: Sunil Mohan Adapa --- plinth/tests/functional/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/tests/functional/install.sh b/plinth/tests/functional/install.sh index 6aaba28ca..8903fb540 100755 --- a/plinth/tests/functional/install.sh +++ b/plinth/tests/functional/install.sh @@ -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" (