Skip to content

Commit

Permalink
Update chromeiumdriver to support currently installed chrome 99
Browse files Browse the repository at this point in the history
  • Loading branch information
oysteoh committed Apr 5, 2022
1 parent 3ea2e26 commit 731dbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 731dbbd

Please sign in to comment.