We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6238a91 commit 504b6a6Copy full SHA for 504b6a6
buildtools/run_tests.sh
@@ -90,8 +90,7 @@ else
90
# TODO(jhuleatt) this is failing when `google-chrome --product-version` returns Chrome 115.0.5790.110
91
# so for now, hard code latest
92
# GOOGLE_CHROME_VERSION=$(google-chrome --product-version || echo 'latest')
93
- # GOOGLE_CHROME_VERSION=$(echo 'latest')
94
- GOOGLE_CHROME_VERSION=$(echo '114.0.5735.90')
+ GOOGLE_CHROME_VERSION=$(echo 'latest')
95
echo "$PROTRACTOR_BIN_PATH/webdriver-manager update --versions.chrome=$GOOGLE_CHROME_VERSION --gecko=false"
96
$PROTRACTOR_BIN_PATH/webdriver-manager update --versions.chrome=$GOOGLE_CHROME_VERSION --gecko=false
97
# Start Selenium Webdriver.
0 commit comments