File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
py/test/selenium/webdriver/common Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ def test_should_return_explicitly_specified_role(driver):
30
30
31
31
@pytest .mark .xfail_firefox
32
32
@pytest .mark .xfail_safari
33
+ @pytest .mark .xfail_remote
33
34
def test_shouldReturnImplicitRoleDefinedByTagName (driver ):
34
35
driver .get ("data:text/html,<h1>Level 1 Header</h1>" )
35
36
header1 = driver .find_element (By .CSS_SELECTOR , "h1" )
@@ -38,6 +39,7 @@ def test_shouldReturnImplicitRoleDefinedByTagName(driver):
38
39
39
40
@pytest .mark .xfail_firefox
40
41
@pytest .mark .xfail_safari
42
+ @pytest .mark .xfail_remote
41
43
def test_should_return_explicit_role_even_if_it_contradicts_tag_name (driver ):
42
44
driver .get ("data:text/html,<h1 role='alert'>Level 1 Header</h1>" )
43
45
header1 = driver .find_element (By .CSS_SELECTOR , "h1" )
You can’t perform that action at this time.
0 commit comments