We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e2a79 commit b58c848Copy full SHA for b58c848
py/test/selenium/webdriver/common/element_aria_label_tests.py
@@ -22,6 +22,7 @@
22
23
@pytest.mark.xfail_firefox
24
@pytest.mark.xfail_safari
25
+@pytest.mark.xfail_remote
26
def test_shouldReturnAccessibleName(driver):
27
driver.get("data:text/html,<h1>Level 1 Header</h1>")
28
header1 = driver.find_element(By.CSS_SELECTOR, "h1")
0 commit comments