Skip to content

Commit 2321c73

Browse files
committed
Mark a test that is passing as passing
1 parent 85318cb commit 2321c73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import org.openqa.selenium.testing.Ignore;
3737
import org.openqa.selenium.testing.JUnit4TestBase;
3838
import org.openqa.selenium.testing.NeedsFreshDriver;
39-
import org.openqa.selenium.testing.NotYetImplemented;
4039
import org.openqa.selenium.testing.SwitchToTopAfterTest;
4140
import org.openqa.selenium.testing.TestUtilities;
4241

@@ -445,7 +444,6 @@ public void testShouldBeAbleToFindElementByXPathWithNamespace() {
445444
@Ignore(IE)
446445
@Ignore(SAFARI)
447446
@Ignore(CHROME)
448-
@NotYetImplemented(value = MARIONETTE, reason="https://bugzilla.mozilla.org/show_bug.cgi?id=1410799")
449447
public void testShouldBeAbleToFindElementByXPathInXmlDocument() {
450448
driver.get(pages.simpleXmlDocument);
451449
WebElement element = driver.findElement(By.xpath("//foo"));

0 commit comments

Comments
 (0)