Skip to content

Commit

Permalink
Unignoring a test that is green locally in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 11, 2014
1 parent fc85506 commit 9717e65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions java/client/test/org/openqa/selenium/TypingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -707,11 +707,9 @@ public void testTypingIntoAnIFrameWithContentEditableOrDesignModeSet() {
}

@JavascriptEnabled
@Ignore(value = {FIREFOX, HTMLUNIT, OPERA, OPERA_MOBILE, MARIONETTE}, issues = {6711})
@Ignore(value = {HTMLUNIT, OPERA, OPERA_MOBILE, MARIONETTE}, issues = {6711})
@Test
public void testNonPrintableCharactersShouldWorkWithContentEditableOrDesignModeSet() {
assumeFalse("not tested on mac", getEffectivePlatform().is(Platform.MAC));

driver.get(pages.richTextPage);

driver.switchTo().frame("editFrame");
Expand Down

0 comments on commit 9717e65

Please sign in to comment.