Skip to content

Commit dc5e0fe

Browse files
Delta456cgoldberg
andauthored
[py] fix driver_element_finding_tests.py (#15863)
Fixes CI issue from the latest commit Co-authored-by: Corey Goldberg <1113081+cgoldberg@users.noreply.github.com>
1 parent 24a16fb commit dc5e0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_finding_multiple_elements_by_id_with_space_should_return_empty_list(dri
9494

9595
def test_no_such_element_error(driver, pages):
9696
pages.load("formPage.html")
97-
msg = r"\/errors#no-such-element-exception"
97+
msg = r"\/errors#nosuchelementexception"
9898
with pytest.raises(NoSuchElementException, match=msg):
9999
driver.find_element(By.ID, "non_Existent_Button")
100100

0 commit comments

Comments
 (0)