From 5e360205140a818247893ac169f9ebe700d2ada4 Mon Sep 17 00:00:00 2001 From: nhienlam Date: Tue, 31 Oct 2023 15:07:15 -0700 Subject: [PATCH] pin chrome 114 to run tests --- buildtools/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildtools/run_tests.sh b/buildtools/run_tests.sh index 09cece00..2be2a9a3 100755 --- a/buildtools/run_tests.sh +++ b/buildtools/run_tests.sh @@ -90,7 +90,8 @@ else # TODO(jhuleatt) this is failing when `google-chrome --product-version` returns Chrome 115.0.5790.110 # so for now, hard code latest # GOOGLE_CHROME_VERSION=$(google-chrome --product-version || echo 'latest') - GOOGLE_CHROME_VERSION=$(echo 'latest') + # GOOGLE_CHROME_VERSION=$(echo 'latest') + GOOGLE_CHROME_VERSION=$(echo '114.0.5735.90') echo "$PROTRACTOR_BIN_PATH/webdriver-manager update --versions.chrome=$GOOGLE_CHROME_VERSION --gecko=false" $PROTRACTOR_BIN_PATH/webdriver-manager update --versions.chrome=$GOOGLE_CHROME_VERSION --gecko=false # Start Selenium Webdriver.