File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -163,16 +163,16 @@ install_web_resource:
163
163
rm checksum && \
164
164
unzip $(filename )
165
165
166
- install_chrome_browser : url = "https://storage.googleapis.com/chrome-for-testing-public/128 .0.6613.137 /linux64/chrome-linux64.zip"
167
- install_chrome_browser : checksum = "c5d7da679f3a353ae4e4420ab113de06d4bd459152f5b17558390c02d9520566 "
166
+ install_chrome_browser : url = "https://storage.googleapis.com/chrome-for-testing-public/130 .0.6723.69 /linux64/chrome-linux64.zip"
167
+ install_chrome_browser : checksum = "f789d53911a50cfa4a2bc1f09cde57567247f52515436d92b1aa9de93c2787d0 "
168
168
install_chrome_browser : dest = "$(WEB_RUNNER_DIR ) /chrome"
169
169
install_chrome_browser : filename = "chrome-linux64.zip"
170
170
171
171
.PHONY : install_chrome_browser # Install Chrome browser for Linux
172
172
install_chrome_browser : install_web_resource
173
173
174
- install_chrome_web_driver : url = "https://storage.googleapis.com/chrome-for-testing-public/128 .0.6613.137 /linux64/chromedriver-linux64.zip"
175
- install_chrome_web_driver : checksum = "f041092f403fb7455a6da2871070b6587c32814a3e3c2b0a794d3d4aa4739151 "
174
+ install_chrome_web_driver : url = "https://storage.googleapis.com/chrome-for-testing-public/130 .0.6723.69 /linux64/chromedriver-linux64.zip"
175
+ install_chrome_web_driver : checksum = "90fe8dedf33eefe4b72704f626fa9f5834427c042235cfeb4251f18c9f0336ea "
176
176
install_chrome_web_driver : dest = "$(WEB_RUNNER_DIR ) /chrome"
177
177
install_chrome_web_driver : filename = "chromedriver-linux64.zip"
178
178
You can’t perform that action at this time.
0 commit comments