File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 33
33
import static org .junit .Assume .assumeTrue ;
34
34
import static org .openqa .selenium .testing .Driver .ALL ;
35
35
import static org .openqa .selenium .testing .Driver .CHROME ;
36
+ import static org .openqa .selenium .testing .Driver .FIREFOX ;
36
37
import static org .openqa .selenium .testing .Driver .HTMLUNIT ;
37
38
import static org .openqa .selenium .testing .Driver .IE ;
38
39
import static org .openqa .selenium .testing .Driver .MARIONETTE ;
@@ -558,6 +559,7 @@ public void shouldReturnDocumentElementIfDocumentIsReturned() {
558
559
@ Ignore (value = IE , reason = "returns WebElement" )
559
560
@ Ignore (PHANTOMJS )
560
561
@ Ignore (SAFARI )
562
+ @ Ignore (HTMLUNIT )
561
563
public void shouldHandleObjectThatThatHaveToJSONMethod () {
562
564
driver .get (pages .simpleTestPage );
563
565
@@ -571,6 +573,8 @@ public void shouldHandleObjectThatThatHaveToJSONMethod() {
571
573
@ Ignore (IE )
572
574
@ Ignore (PHANTOMJS )
573
575
@ Ignore (SAFARI )
576
+ @ Ignore (FIREFOX )
577
+ @ Ignore (HTMLUNIT )
574
578
@ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/904" )
575
579
public void shouldHandleRecursiveStructures () {
576
580
driver .get (pages .simpleTestPage );
You can’t perform that action at this time.
0 commit comments