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 24a16fb commit dc5e0feCopy full SHA for dc5e0fe
py/test/selenium/webdriver/common/driver_element_finding_tests.py
@@ -94,7 +94,7 @@ def test_finding_multiple_elements_by_id_with_space_should_return_empty_list(dri
94
95
def test_no_such_element_error(driver, pages):
96
pages.load("formPage.html")
97
- msg = r"\/errors#no-such-element-exception"
+ msg = r"\/errors#nosuchelementexception"
98
with pytest.raises(NoSuchElementException, match=msg):
99
driver.find_element(By.ID, "non_Existent_Button")
100
0 commit comments