File tree 1 file changed +2
-2
lines changed
py/test/selenium/webdriver/common
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def test_should_set_the_position_of_the_current_window(driver):
83
83
@pytest .mark .xfail_chrome (raises = WebDriverException ,
84
84
reason = 'Get Window Rect command not implemented' )
85
85
@pytest .mark .xfail_firefox (raises = WebDriverException ,
86
- reason = 'Get Window Rect command not implemented' )
86
+ reason = 'Get Window Rect command not implemented' )
87
87
@pytest .mark .xfail_phantomjs (raises = WebDriverException ,
88
88
reason = 'Get Window Rect command not implemented' )
89
89
@pytest .mark .xfail_remote (raises = WebDriverException ,
@@ -101,7 +101,7 @@ def test_should_get_the_rect_of_the_current_window(driver):
101
101
@pytest .mark .xfail_chrome (raises = WebDriverException ,
102
102
reason = 'Get Window Rect command not implemented' )
103
103
@pytest .mark .xfail_firefox (raises = WebDriverException ,
104
- reason = 'Get Window Rect command not implemented' )
104
+ reason = 'Get Window Rect command not implemented' )
105
105
@pytest .mark .xfail_phantomjs (raises = WebDriverException ,
106
106
reason = 'Get Window Rect command not implemented' )
107
107
@pytest .mark .xfail_remote (raises = WebDriverException ,
You can’t perform that action at this time.
0 commit comments