We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b8779 commit e9125c7Copy full SHA for e9125c7
java/client/test/org/openqa/selenium/TypingTest.java
@@ -659,7 +659,6 @@ public void canSafelyTypeOnElementThatIsRemovedFromTheDomOnKeyPress() {
659
}
660
661
@Test
662
- @NotYetImplemented(value = MARIONETTE)
663
public void canClearNumberInputAfterTypingInvalidInput() {
664
driver.get(pages.formPage);
665
WebElement input = driver.findElement(By.id("age"));
0 commit comments