Skip to content

Commit 280a076

Browse files
committed
[py] Skipping test_change_window_size for Edge
1 parent eb80d93 commit 280a076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/api_example_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ def test_move_window_position(driver, pages):
257257
assert loc["y"] == new_y
258258

259259

260+
@pytest.mark.xfail_edge(reason="Window does not resize")
260261
def test_change_window_size(driver, pages):
261262
pages.load("blank.html")
262263
size = driver.get_window_size()

0 commit comments

Comments
 (0)