We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922379f commit 039ad35Copy full SHA for 039ad35
py/test/selenium/webdriver/common/bidi/browser_tests.py
@@ -87,8 +87,8 @@ def test_get_client_windows(driver):
87
assert window_info.get_width() > 0
88
assert window_info.get_height() > 0
89
assert isinstance(window_info.is_active(), bool)
90
- assert window_info.get_x() > 0
91
- assert window_info.get_y() > 0
+ assert window_info.get_x() >= 0
+ assert window_info.get_y() >= 0
92
93
94
@pytest.mark.xfail_safari
0 commit comments