Skip to content

Commit 08e351d

Browse files
[py] Disable aria tests for remote
1 parent 9a4bbf4 commit 08e351d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/test/selenium/webdriver/common/element_aria_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def test_should_return_explicitly_specified_role(driver):
3030

3131
@pytest.mark.xfail_firefox
3232
@pytest.mark.xfail_safari
33+
@pytest.mark.xfail_remote
3334
def test_shouldReturnImplicitRoleDefinedByTagName(driver):
3435
driver.get("data:text/html,<h1>Level 1 Header</h1>")
3536
header1 = driver.find_element(By.CSS_SELECTOR, "h1")
@@ -38,6 +39,7 @@ def test_shouldReturnImplicitRoleDefinedByTagName(driver):
3839

3940
@pytest.mark.xfail_firefox
4041
@pytest.mark.xfail_safari
42+
@pytest.mark.xfail_remote
4143
def test_should_return_explicit_role_even_if_it_contradicts_tag_name(driver):
4244
driver.get("data:text/html,<h1 role='alert'>Level 1 Header</h1>")
4345
header1 = driver.find_element(By.CSS_SELECTOR, "h1")

0 commit comments

Comments
 (0)