File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 22
22
import static org .junit .Assert .assertThat ;
23
23
import static org .openqa .selenium .testing .Driver .CHROME ;
24
24
import static org .openqa .selenium .testing .Driver .IE ;
25
+ import static org .openqa .selenium .testing .Driver .MARIONETTE ;
25
26
import static org .openqa .selenium .testing .Driver .PHANTOMJS ;
26
27
import static org .openqa .selenium .testing .Driver .SAFARI ;
27
28
import static org .openqa .selenium .testing .TestUtilities .catchThrowable ;
@@ -53,6 +54,7 @@ public void testShouldBeAbleToLoadASimplePageOfText() {
53
54
@ Ignore (value = SAFARI , reason = "creates DOM for displaying text pages" )
54
55
@ Ignore (CHROME )
55
56
@ Ignore (PHANTOMJS )
57
+ @ Ignore (MARIONETTE )
56
58
public void testShouldThrowExceptionWhenAddingCookieToAPageThatIsNotHtml () {
57
59
driver .get (textPage );
58
60
You can’t perform that action at this time.
0 commit comments