diff --git a/scripts/prepareTestEnv.sh b/scripts/prepareTestEnv.sh index 797063890..082c827b2 100644 --- a/scripts/prepareTestEnv.sh +++ b/scripts/prepareTestEnv.sh @@ -4,7 +4,7 @@ sh -e /etc/init.d/xvfb start /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 # Install chromedriver -wget -N https://chromedriver.storage.googleapis.com/2.45/chromedriver_linux64.zip -P ~/ +wget -N https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip -P ~/ unzip ~/chromedriver_linux64.zip -d ~/ rm ~/chromedriver_linux64.zip sudo chmod -R u=rwx,g=rwx /usr/bin/google-chrome-stable