We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee5ce5 commit 33f118aCopy full SHA for 33f118a
java/client/test/org/openqa/selenium/ElementFindingTest.java
@@ -446,7 +446,7 @@ public void testShouldBeAbleToFindElementByXPathWithNamespace() {
446
@Ignore(IE)
447
@Ignore(SAFARI)
448
@Ignore(CHROME)
449
- @NotYetImplemented(value = FIREFOX, reason="The spec doesn't demand being able to parse XML")
+ @NotYetImplemented(value = MARIONETTE, reason="https://bugzilla.mozilla.org/show_bug.cgi?id=1410799")
450
public void testShouldBeAbleToFindElementByXPathInXmlDocument() {
451
driver.get(pages.simpleXmlDocument);
452
WebElement element = driver.findElement(By.xpath("//foo"));
0 commit comments