Skip to content

Commit

Permalink
[py] Skipping Edge tests due to https://bugs.chromium.org/p/chromedri…
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 9, 2024
1 parent a3d4d14 commit 97950ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def test_finding_asingle_element_by_empty_class_name_should_throw(driver, pages)

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

0 comments on commit 97950ef

Please sign in to comment.