Skip to content

Commit

Permalink
Ignoring a failing test in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 19, 2014
1 parent c4c995e commit d8e9e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/TypingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ public void testShouldBeAbleToTypeIntoContentEditableElementWithExistingValue()
assertThat(editable.getText(), equalTo(initialText + ", edited"));
}

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

0 comments on commit d8e9e15

Please sign in to comment.