Skip to content

Commit

Permalink
[py] Skipping test_change_window_size for Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Aug 23, 2024
1 parent eb80d93 commit 280a076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/test/selenium/webdriver/common/api_example_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def test_move_window_position(driver, pages):
assert loc["y"] == new_y


@pytest.mark.xfail_edge(reason="Window does not resize")
def test_change_window_size(driver, pages):
pages.load("blank.html")
size = driver.get_window_size()
Expand Down

0 comments on commit 280a076

Please sign in to comment.