Skip to content

Commit

Permalink
pin chrome 114 to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NhienLam committed Oct 31, 2023
1 parent ccb83e9 commit 1346942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildtools/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1346942

Please sign in to comment.