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 31190f8 commit 3fcc413Copy full SHA for 3fcc413
java/test/org/openqa/selenium/ElementFindingTest.java
@@ -429,17 +429,6 @@ public void testShouldBeAbleToFindElementByXPathWithNamespace() {
429
assertThat(element.getText()).isEqualTo("Test Chart");
430
}
431
432
- @Test
433
- @Ignore(IE)
434
- @NotYetImplemented(SAFARI)
435
- @NotYetImplemented(CHROME)
436
- @NotYetImplemented(EDGE)
437
- public void testShouldBeAbleToFindElementByXPathInXmlDocument() {
438
- driver.get(pages.simpleXmlDocument);
439
- WebElement element = driver.findElement(By.xpath("//foo"));
440
- assertThat(element.getText()).isEqualTo("baz");
441
- }
442
-
443
// By.xpath negative
444
445
@Test
0 commit comments