Skip to content

Commit

Permalink
[py] disable element aria test
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 19, 2021
1 parent fed7cd1 commit 39522b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/test/selenium/webdriver/common/element_aria_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

@pytest.mark.xfail_firefox
@pytest.mark.xfail_safari
@pytest.mark.xfail_remote
def test_should_return_explicitly_specified_role(driver):
driver.get("data:text/html,<div role='heading' aria-level='1'>Level 1 Header</div>")
header1 = driver.find_element(By.CSS_SELECTOR, "div")
Expand Down

0 comments on commit 39522b4

Please sign in to comment.