Skip to content

Commit

Permalink
[java] Unignoring a test fixed in Firefox Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 18, 2018
1 parent d6cba14 commit c8b1271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/client/test/org/openqa/selenium/TypingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ public void canSafelyTypeOnElementThatIsRemovedFromTheDomOnKeyPress() {
}

@Test
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1430575")
public void canClearNumberInputAfterTypingInvalidInput() {
driver.get(pages.formPage);
WebElement input = driver.findElement(By.id("age"));
Expand Down

0 comments on commit c8b1271

Please sign in to comment.