Skip to content

Commit 9b45df1

Browse files
committed
Ignoring a test that is not yet implemented in the browsers
1 parent 1c37c72 commit 9b45df1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ public void canSafelyTypeOnElementThatIsRemovedFromTheDomOnKeyPress() {
781781
}
782782

783783
@Test
784+
@NotYetImplemented({CHROME, HTMLUNIT, IE})
784785
public void canClearNumberInputAfterTypingInvalidInput() {
785786
driver.get(pages.formPage);
786787
WebElement input = driver.findElement(By.id("age"));

0 commit comments

Comments
 (0)