Skip to content

Commit 97950ef

Browse files
committed
1 parent a3d4d14 commit 97950ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/driver_element_finding_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def test_finding_asingle_element_by_empty_class_name_should_throw(driver, pages)
291291

292292
@pytest.mark.xfail_safari(reason="unlike chrome, safari raises TimeoutException")
293293
@pytest.mark.xfail_chrome(reason="https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")
294+
@pytest.mark.xfail_edge(reason="https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")
294295
def test_finding_multiple_elements_by_empty_class_name_should_throw(driver, pages):
295296
pages.load("xhtmlTest.html")
296297
with pytest.raises(InvalidSelectorException):

0 commit comments

Comments
 (0)