Skip to content

Commit 33f118a

Browse files
committed
Ignore test for correct browser and add reason
1 parent 3ee5ce5 commit 33f118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/ElementFindingTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public void testShouldBeAbleToFindElementByXPathWithNamespace() {
446446
@Ignore(IE)
447447
@Ignore(SAFARI)
448448
@Ignore(CHROME)
449-
@NotYetImplemented(value = FIREFOX, reason="The spec doesn't demand being able to parse XML")
449+
@NotYetImplemented(value = MARIONETTE, reason="https://bugzilla.mozilla.org/show_bug.cgi?id=1410799")
450450
public void testShouldBeAbleToFindElementByXPathInXmlDocument() {
451451
driver.get(pages.simpleXmlDocument);
452452
WebElement element = driver.findElement(By.xpath("//foo"));

0 commit comments

Comments
 (0)