Skip to content

Commit 6238a91

Browse files
committed
pin chrome 114 to run tests
1 parent d2699ff commit 6238a91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildtools/run_tests.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ else
9090
# TODO(jhuleatt) this is failing when `google-chrome --product-version` returns Chrome 115.0.5790.110
9191
# so for now, hard code latest
9292
# GOOGLE_CHROME_VERSION=$(google-chrome --product-version || echo 'latest')
93-
GOOGLE_CHROME_VERSION=$(echo 'latest')
93+
# GOOGLE_CHROME_VERSION=$(echo 'latest')
94+
GOOGLE_CHROME_VERSION=$(echo '114.0.5735.90')
9495
echo "$PROTRACTOR_BIN_PATH/webdriver-manager update --versions.chrome=$GOOGLE_CHROME_VERSION --gecko=false"
9596
$PROTRACTOR_BIN_PATH/webdriver-manager update --versions.chrome=$GOOGLE_CHROME_VERSION --gecko=false
9697
# Start Selenium Webdriver.

0 commit comments

Comments
 (0)