File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 27
27
import static org .junit .Assume .assumeTrue ;
28
28
import static org .openqa .selenium .WaitingConditions .elementValueToEqual ;
29
29
import static org .openqa .selenium .testing .Ignore .Driver .ALL ;
30
- import static org .openqa .selenium .testing .Ignore .Driver .FIREFOX ;
31
30
import static org .openqa .selenium .testing .Ignore .Driver .HTMLUNIT ;
32
31
import static org .openqa .selenium .testing .Ignore .Driver .IE ;
33
32
import static org .openqa .selenium .testing .Ignore .Driver .MARIONETTE ;
@@ -245,9 +244,7 @@ public void testWillSimulateAKeyPressWhenEnteringTextIntoTextAreas() {
245
244
}
246
245
247
246
@ 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 })
251
248
@ Test
252
249
public void testShouldFireFocusKeyEventsInTheRightOrder () {
253
250
driver .get (pages .javascriptPage );
You can’t perform that action at this time.
0 commit comments