Skip to content

Commit a629337

Browse files
committed
Revert "Unignoring a test, IE passed it locally"
This reverts commit 750dfc5.
1 parent 750dfc5 commit a629337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: java/client/test/org/openqa/selenium/ElementFindingTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public void testFindingALinkByXpathUsingContainsKeywordShouldWork() {
394394
assertThat(element.getText(), containsString("hello world"));
395395
}
396396

397-
@Ignore({HTMLUNIT, MARIONETTE, SAFARI})
397+
@Ignore({HTMLUNIT, IE, MARIONETTE, SAFARI})
398398
@Test
399399
public void testShouldBeAbleToFindElementByXPathWithNamespace() {
400400
driver.get(pages.svgPage);

0 commit comments

Comments
 (0)