Skip to content

Commit

Permalink
Mark a test that is passing as passing
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 2, 2017
1 parent 85318cb commit 2321c73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/client/test/org/openqa/selenium/ElementFindingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import org.openqa.selenium.testing.Ignore;
import org.openqa.selenium.testing.JUnit4TestBase;
import org.openqa.selenium.testing.NeedsFreshDriver;
import org.openqa.selenium.testing.NotYetImplemented;
import org.openqa.selenium.testing.SwitchToTopAfterTest;
import org.openqa.selenium.testing.TestUtilities;

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

0 comments on commit 2321c73

Please sign in to comment.