Skip to content

Commit 5315c0f

Browse files
committed
Wrong test was ignored
1 parent 727ebe4 commit 5315c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public void testSendingKeyboardEventsShouldAppendTextInInputs() {
244244
assertThat(value, is("some text"));
245245
}
246246

247-
@Ignore(value = {ANDROID, IPHONE, OPERA, OPERA_MOBILE},
247+
@Ignore(value = {ANDROID, HTMLUNIT, IPHONE, OPERA, OPERA_MOBILE},
248248
reason = "iPhone: sendKeys implemented incorrectly")
249249
@Test
250250
public void testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue() {
@@ -256,7 +256,7 @@ public void testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue()
256256
assertThat(value, is("Example text. Some text"));
257257
}
258258

259-
@Ignore(value = {IPHONE, ANDROID, HTMLUNIT, OPERA_MOBILE},
259+
@Ignore(value = {IPHONE, ANDROID, OPERA_MOBILE},
260260
reason = "Not implemented going to the end of the line first;\n" +
261261
"iPhone: sendKeys not implemented correctly")
262262
@Test

0 commit comments

Comments
 (0)