Skip to content

Commit 9717e65

Browse files
committed
Unignoring a test that is green locally in Firefox
1 parent fc85506 commit 9717e65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,11 +707,9 @@ public void testTypingIntoAnIFrameWithContentEditableOrDesignModeSet() {
707707
}
708708

709709
@JavascriptEnabled
710-
@Ignore(value = {FIREFOX, HTMLUNIT, OPERA, OPERA_MOBILE, MARIONETTE}, issues = {6711})
710+
@Ignore(value = {HTMLUNIT, OPERA, OPERA_MOBILE, MARIONETTE}, issues = {6711})
711711
@Test
712712
public void testNonPrintableCharactersShouldWorkWithContentEditableOrDesignModeSet() {
713-
assumeFalse("not tested on mac", getEffectivePlatform().is(Platform.MAC));
714-
715713
driver.get(pages.richTextPage);
716714

717715
driver.switchTo().frame("editFrame");

0 commit comments

Comments
 (0)