Skip to content

Commit 727ebe4

Browse files
committed
Ignoring tests failed by HtmlUnitDriver (regression in 2.15?)
1 parent 5cff71c commit 727ebe4

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
@@ -256,7 +256,7 @@ public void testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue()
256256
assertThat(value, is("Example text. Some text"));
257257
}
258258

259-
@Ignore(value = {IPHONE, ANDROID, OPERA_MOBILE},
259+
@Ignore(value = {IPHONE, ANDROID, HTMLUNIT, OPERA_MOBILE},
260260
reason = "Not implemented going to the end of the line first;\n" +
261261
"iPhone: sendKeys not implemented correctly")
262262
@Test
@@ -298,7 +298,7 @@ public void testCanClickOnASubmitButton() {
298298
checkSubmitButton("internal_explicit_submit");
299299
}
300300

301-
@Ignore(value = {ANDROID, IPHONE, SAFARI, OPERA_MOBILE}, reason = "untested")
301+
@Ignore(value = {ANDROID, HTMLUNIT, IPHONE, SAFARI, OPERA_MOBILE}, reason = "untested")
302302
@Test
303303
public void testCanClickOnAnImplicitSubmitButton() {
304304
assumeFalse(isIe6(driver) || isIe7(driver) );

0 commit comments

Comments
 (0)