Skip to content

Commit 50b8f4c

Browse files
committed
test is passing in htmlunit
1 parent 1f045d4 commit 50b8f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ public void canSafelyTypeOnElementThatIsRemovedFromTheDomOnKeyPress() {
783783
}
784784

785785
@Test
786-
@NotYetImplemented({CHROME, HTMLUNIT})
786+
@NotYetImplemented({CHROME})
787787
public void canClearNumberInputAfterTypingInvalidInput() {
788788
driver.get(pages.formPage);
789789
WebElement input = driver.findElement(By.id("age"));

0 commit comments

Comments
 (0)