]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Update dev_env_setup to latest chromium for tests
authorIan Coleman <ian@iancoleman.io>
Sun, 29 Nov 2020 21:51:47 +0000 (21:51 +0000)
committerIan Coleman <ian@iancoleman.io>
Sun, 29 Nov 2020 21:52:06 +0000 (21:52 +0000)
dev_env_setup.sh

index d26fd5b44351562b424ab6ef4dea68e592915ac8..4d3991f9781b46543cbbb94a95c44140636583a8 100755 (executable)
@@ -48,7 +48,7 @@ npm install selenium-webdriver
 wget https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-linux64.tar.gz --output-document=/tmp/geckodriver.tar.gz
 tar -xf /tmp/geckodriver.tar.gz -C $HOME/.bin
 # install chrome webdriver for chromium
-wget https://chromedriver.storage.googleapis.com/85.0.4183.87/chromedriver_linux64.zip --output-document=/tmp/chromedriver.zip
+wget https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_linux64.zip --output-document=/tmp/chromedriver.zip
 unzip /tmp/chromedriver.zip -d $HOME/.bin
 
 # to run tests