Skip to content

Commit ab00400

Browse files
committed
[py] Result may vary depending on browser version
1 parent 14dcfab commit ab00400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/test/selenium/webdriver/remote/remote_firefox_profile_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def profile():
4545

4646

4747
def test_profile_is_used(driver):
48-
assert 'about:blank' == driver.current_url
48+
assert 'about:blank' == driver.current_url or 'about:' == driver.current_url

0 commit comments

Comments
 (0)