Skip to content

Commit 628ee86

Browse files
committed
Unignoring a green test
1 parent 73bcb1c commit 628ee86

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import static org.junit.Assume.assumeTrue;
2828
import static org.openqa.selenium.WaitingConditions.elementValueToEqual;
2929
import static org.openqa.selenium.testing.Ignore.Driver.ALL;
30-
import static org.openqa.selenium.testing.Ignore.Driver.FIREFOX;
3130
import static org.openqa.selenium.testing.Ignore.Driver.HTMLUNIT;
3231
import static org.openqa.selenium.testing.Ignore.Driver.IE;
3332
import static org.openqa.selenium.testing.Ignore.Driver.MARIONETTE;
@@ -245,9 +244,7 @@ public void testWillSimulateAKeyPressWhenEnteringTextIntoTextAreas() {
245244
}
246245

247246
@JavascriptEnabled
248-
@Ignore(value = {FIREFOX, IE},
249-
reason = "firefox specific not yet tested in htmlunit. Firefox demands to have the "
250-
+ "focus on the window already.")
247+
@Ignore(value = {IE})
251248
@Test
252249
public void testShouldFireFocusKeyEventsInTheRightOrder() {
253250
driver.get(pages.javascriptPage);

0 commit comments

Comments
 (0)