Skip to content

Commit fa3de84

Browse files
committed
Update hack
1 parent 0da91d1 commit fa3de84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,8 +2744,8 @@ def run_browser(self, html_file, expected=None, message=None, timeout=None, extr
27442744

27452745
# Accurate version cutoff is not known.
27462746
# Needed at least for version Safari Version 17.6 (17618.3.11.11.7, 17618)
2747-
# Not needed for Safari Version 18.5 (20621.2.5.11.8)
2748-
if is_safari() and get_safari_version() < 180500:
2747+
# Also needed for Safari Version 18.5 (20621.2.5.11.8)
2748+
if is_safari() and get_safari_version() < 190000:
27492749
# Old Safari cannot handle running multiple browser pages in the same browser instance
27502750
# So restart the browser between each browser test.
27512751
self.browser_restart()

0 commit comments

Comments
 (0)