Skip to content

Commit

Permalink
Unpin chrome 114
Browse files Browse the repository at this point in the history
  • Loading branch information
NhienLam committed Nov 13, 2023
1 parent 5e36020 commit b4f90b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildtools/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ 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 '114.0.5735.90')
GOOGLE_CHROME_VERSION=$(echo 'latest')
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 b4f90b1

Please sign in to comment.