Skip to content

Commit

Permalink
[java] Unignoring a test that seems to work in all major browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 18, 2018
1 parent 82ba4d6 commit 15c8a0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/client/test/org/openqa/selenium/TextHandlingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,6 @@ public void testShouldGetTextWhichIsAValidComplexJSONObject() {
}

@Test
@Ignore(value = ALL,
reason = "Hidden LTR Unicode marks are currently returned by WebDriver but shouldn't, issue 4473")
public void testShouldNotReturnLtrMarks() {
driver.get(pages.unicodeLtrPage);
WebElement element = driver.findElement(By.id("EH")).findElement(By.tagName("nobr"));
Expand Down

0 comments on commit 15c8a0f

Please sign in to comment.