File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 36
36
import org .openqa .selenium .testing .Ignore ;
37
37
import org .openqa .selenium .testing .JUnit4TestBase ;
38
38
import org .openqa .selenium .testing .NeedsFreshDriver ;
39
- import org .openqa .selenium .testing .NotYetImplemented ;
40
39
import org .openqa .selenium .testing .SwitchToTopAfterTest ;
41
40
import org .openqa .selenium .testing .TestUtilities ;
42
41
@@ -445,7 +444,6 @@ public void testShouldBeAbleToFindElementByXPathWithNamespace() {
445
444
@ Ignore (IE )
446
445
@ Ignore (SAFARI )
447
446
@ Ignore (CHROME )
448
- @ NotYetImplemented (value = MARIONETTE , reason ="https://bugzilla.mozilla.org/show_bug.cgi?id=1410799" )
449
447
public void testShouldBeAbleToFindElementByXPathInXmlDocument () {
450
448
driver .get (pages .simpleXmlDocument );
451
449
WebElement element = driver .findElement (By .xpath ("//foo" ));
You can’t perform that action at this time.
0 commit comments