Skip to content

Commit dc6d14d

Browse files
Update bidi_browser_tests.py
1 parent bacb760 commit dc6d14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/test/selenium/webdriver/common/bidi_browser_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_get_client_windows(driver):
104104
assert isinstance(window_info.state, str)
105105
assert window_info.width > 0
106106
assert window_info.height > 0
107-
assert isinstance(window_info.is_active(), bool)
107+
assert isinstance(window_info.active, bool)
108108
assert window_info.x >= 0
109109
assert window_info.y >= 0
110110

0 commit comments

Comments
 (0)