Skip to content

Commit 4fff344

Browse files
committed
[py] Skip tag_name with empty element test on Firefox
1 parent f7a5f86 commit 4fff344

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def test_should_not_be_able_to_locate_by_tag_name_multiple_elements_that_do_not_
190190

191191

192192
@pytest.mark.xfail_safari(reason="unlike chrome, safari raises NoSuchElementException")
193+
@pytest.mark.xfail_firefox(reason="unlike chrome, firefox raises NoSuchElementException")
193194
def test_finding_asingle_element_by_empty_tag_name_should_throw(driver, pages):
194195
pages.load("formPage.html")
195196
with pytest.raises(InvalidSelectorException):

0 commit comments

Comments
 (0)