Skip to content

Commit d903de8

Browse files
committed
[py] add xfail annotations for remote as well
1 parent d9a312c commit d903de8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

py/test/selenium/webdriver/common/window_tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def test_should_get_the_position_of_the_current_window(driver):
6565
assert position.get('y') >= 0
6666

6767

68+
@pytest.mark.xfail_firefox(reason='https://github.com/mozilla/geckodriver/issues/2042')
69+
@pytest.mark.xfail_remote(reason='https://github.com/mozilla/geckodriver/issues/2042')
6870
def test_should_set_the_position_of_the_current_window(driver):
6971
position = driver.get_window_position()
7072

@@ -92,6 +94,7 @@ def test_should_get_the_rect_of_the_current_window(driver):
9294

9395

9496
@pytest.mark.xfail_firefox(reason='https://github.com/mozilla/geckodriver/issues/2042')
97+
@pytest.mark.xfail_remote(reason='https://github.com/mozilla/geckodriver/issues/2042')
9598
@pytest.mark.xfail_safari(raises=WebDriverException,
9699
reason='Get Window Rect command not implemented')
97100
def test_should_set_the_rect_of_the_current_window(driver):

0 commit comments

Comments
 (0)