Skip to content

Commit 1110188

Browse files
gsneddersSkyBlack1225
authored andcommitted
Fix #39372: move to Chrome version which has a macOS arm64 build
1 parent 9d65cd5 commit 1110188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wpt/tests/test_install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_install_chrome_chromedriver_by_version():
5757
if os.path.exists(chromedriver_path):
5858
os.unlink(chromedriver_path)
5959
# This is a stable version.
60-
binary_path = chrome.install_webdriver_by_version(dest=dest, version="84.0.4147.89")
60+
binary_path = chrome.install_webdriver_by_version(dest=dest, version="111.0.5563.146")
6161
assert binary_path == chromedriver_path
6262
assert os.path.exists(chromedriver_path)
6363
os.unlink(chromedriver_path)

0 commit comments

Comments
 (0)