Skip to content

Commit b72224f

Browse files
committed
[py] missed another xfail_remote annotation
1 parent d903de8 commit b72224f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def test_is_element_displayed(driver, pages):
241241

242242
@pytest.mark.xfail_chrome
243243
@pytest.mark.xfail_firefox(reason='https://github.com/mozilla/geckodriver/issues/2042')
244+
@pytest.mark.xfail_remote(reason='https://github.com/mozilla/geckodriver/issues/2042')
244245
def test_move_window_position(driver, pages):
245246
pages.load("blank.html")
246247
loc = driver.get_window_position()

0 commit comments

Comments
 (0)