Skip to content

Commit d8e9e15

Browse files
committed
Ignoring a failing test in IE
1 parent c4c995e commit d8e9e15

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
@@ -772,7 +772,7 @@ public void testShouldBeAbleToTypeIntoContentEditableElementWithExistingValue()
772772
assertThat(editable.getText(), equalTo(initialText + ", edited"));
773773
}
774774

775-
@Ignore(value = {ANDROID, HTMLUNIT, IPHONE, OPERA, SAFARI, OPERA_MOBILE},
775+
@Ignore(value = {ANDROID, HTMLUNIT, IE, IPHONE, OPERA, SAFARI, OPERA_MOBILE},
776776
reason = "Untested browsers;" +
777777
" Safari: cannot type on contentEditable with synthetic events",
778778
issues = {3127})

0 commit comments

Comments
 (0)