We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f045d4 commit 50b8f4cCopy full SHA for 50b8f4c
java/client/test/org/openqa/selenium/TypingTest.java
@@ -783,7 +783,7 @@ public void canSafelyTypeOnElementThatIsRemovedFromTheDomOnKeyPress() {
783
}
784
785
@Test
786
- @NotYetImplemented({CHROME, HTMLUNIT})
+ @NotYetImplemented({CHROME})
787
public void canClearNumberInputAfterTypingInvalidInput() {
788
driver.get(pages.formPage);
789
WebElement input = driver.findElement(By.id("age"));
0 commit comments