Skip to content

Commit 007ad27

Browse files
committed
flake8 updates
1 parent 5cad486 commit 007ad27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_should_set_the_position_of_the_current_window(driver):
8383
@pytest.mark.xfail_chrome(raises=WebDriverException,
8484
reason='Get Window Rect command not implemented')
8585
@pytest.mark.xfail_firefox(raises=WebDriverException,
86-
reason='Get Window Rect command not implemented')
86+
reason='Get Window Rect command not implemented')
8787
@pytest.mark.xfail_phantomjs(raises=WebDriverException,
8888
reason='Get Window Rect command not implemented')
8989
@pytest.mark.xfail_remote(raises=WebDriverException,
@@ -101,7 +101,7 @@ def test_should_get_the_rect_of_the_current_window(driver):
101101
@pytest.mark.xfail_chrome(raises=WebDriverException,
102102
reason='Get Window Rect command not implemented')
103103
@pytest.mark.xfail_firefox(raises=WebDriverException,
104-
reason='Get Window Rect command not implemented')
104+
reason='Get Window Rect command not implemented')
105105
@pytest.mark.xfail_phantomjs(raises=WebDriverException,
106106
reason='Get Window Rect command not implemented')
107107
@pytest.mark.xfail_remote(raises=WebDriverException,

0 commit comments

Comments
 (0)