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 f9d3a7e commit 699d5f9Copy full SHA for 699d5f9
py/test/selenium/webdriver/common/driver_element_finding_tests.py
@@ -246,12 +246,6 @@ def test_Finding_ASingle_Element_By_Compound_Class_Name_Should_Throw(self):
246
with pytest.raises(NoSuchElementException):
247
self.driver.find_element(By.CLASS_NAME, "a b")
248
249
- @pytest.mark.ignore_phantomjs
250
- def test_Finding_Multiple_Elements_By_Compound_Class_Name_Should_Throw(self):
251
- self._load_page("xhtmlTest")
252
- with pytest.raises(NoSuchElementException):
253
- self.driver.find_elements(By.CLASS_NAME, "a b")
254
-
255
@pytest.mark.ignore_phantomjs
256
def test_Finding_ASingle_Element_By_Invalid_Class_Name_Should_Throw(self):
257
self._load_page("xhtmlTest")
0 commit comments