Skip to content

Commit e9125c7

Browse files
committed
Mark passing test as passing
1 parent 85b8779 commit e9125c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/client/test/org/openqa/selenium/TypingTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,6 @@ public void canSafelyTypeOnElementThatIsRemovedFromTheDomOnKeyPress() {
659659
}
660660

661661
@Test
662-
@NotYetImplemented(value = MARIONETTE)
663662
public void canClearNumberInputAfterTypingInvalidInput() {
664663
driver.get(pages.formPage);
665664
WebElement input = driver.findElement(By.id("age"));

0 commit comments

Comments
 (0)