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 43a88af commit 72fa247Copy full SHA for 72fa247
java/client/test/org/openqa/selenium/TypingTest.java
@@ -695,7 +695,8 @@ public void canSafelyTypeOnElementThatIsRemovedFromTheDomOnKeyPress() {
695
}
696
697
@Test
698
- @NotYetImplemented({CHROME, HTMLUNIT})
+ @Ignore(value = {HTMLUNIT}, reason = "Failed with JS enabled, passed otherwise")
699
+ @NotYetImplemented({CHROME})
700
public void canClearNumberInputAfterTypingInvalidInput() {
701
driver.get(pages.formPage);
702
WebElement input = driver.findElement(By.id("age"));
0 commit comments