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 f7a5f86 commit 4fff344Copy full SHA for 4fff344
py/test/selenium/webdriver/common/driver_element_finding_tests.py
@@ -190,6 +190,7 @@ def test_should_not_be_able_to_locate_by_tag_name_multiple_elements_that_do_not_
190
191
192
@pytest.mark.xfail_safari(reason="unlike chrome, safari raises NoSuchElementException")
193
+@pytest.mark.xfail_firefox(reason="unlike chrome, firefox raises NoSuchElementException")
194
def test_finding_asingle_element_by_empty_tag_name_should_throw(driver, pages):
195
pages.load("formPage.html")
196
with pytest.raises(InvalidSelectorException):
0 commit comments