From 39522b46f0b680636cb70e2b113dda897f3a5f93 Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Fri, 19 Mar 2021 14:07:57 +0000 Subject: [PATCH] [py] disable element aria test --- py/test/selenium/webdriver/common/element_aria_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/test/selenium/webdriver/common/element_aria_tests.py b/py/test/selenium/webdriver/common/element_aria_tests.py index 316b3664dacb5..6e44c3c0b339e 100644 --- a/py/test/selenium/webdriver/common/element_aria_tests.py +++ b/py/test/selenium/webdriver/common/element_aria_tests.py @@ -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,
Level 1 Header
") header1 = driver.find_element(By.CSS_SELECTOR, "div")