Skip to content

Commit

Permalink
[java] Ignoring a test broken in HtmlUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 21, 2018
1 parent 579395b commit b86e375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/client/test/org/openqa/selenium/TextHandlingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ public void testShouldGetTextWhichIsAValidComplexJSONObject() {
}

@Test
@NotYetImplemented(HTMLUNIT)
public void testShouldNotReturnLtrMarks() {
driver.get(pages.unicodeLtrPage);
WebElement element = driver.findElement(By.id("EH")).findElement(By.tagName("nobr"));
Expand Down

0 comments on commit b86e375

Please sign in to comment.