From 731dbbd99808d932f5921478aee9abf2cac3630a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Olai=20Heggen?= Date: Tue, 5 Apr 2022 07:03:25 +0200 Subject: [PATCH] Update chromeiumdriver to support currently installed chrome 99 --- ci/jenkins/testkomodo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/testkomodo.sh b/ci/jenkins/testkomodo.sh index 72c5fbd6..31dc1dac 100755 --- a/ci/jenkins/testkomodo.sh +++ b/ci/jenkins/testkomodo.sh @@ -20,7 +20,7 @@ start_tests () { start_integration_test () { echo "Downloading chromedriver ..." - wget -O chromedriver.zip https://chromedriver.storage.googleapis.com/90.0.4430.24/chromedriver_linux64.zip + wget -O chromedriver.zip https://chromedriver.storage.googleapis.com/99.0.4844.51/chromedriver_linux64.zip unzip chromedriver.zip chromedriver -d ../test-kenv/root/bin pip install pytest selenium dash[testing]