22
22
import static org .openqa .selenium .Platform .ANDROID ;
23
23
import static org .openqa .selenium .testing .drivers .Browser .CHROME ;
24
24
import static org .openqa .selenium .testing .drivers .Browser .EDGE ;
25
+ import static org .openqa .selenium .testing .drivers .Browser .MARIONETTE ;
25
26
import static org .openqa .selenium .testing .drivers .Browser .SAFARI ;
26
27
27
28
import org .junit .Test ;
@@ -120,6 +121,7 @@ public void testSetsThePositionOfTheCurrentWindow() {
120
121
121
122
@ Test
122
123
@ Ignore (value = CHROME , travis = true )
124
+ @ Ignore (value = MARIONETTE , gitHubActions = true )
123
125
@ Ignore (EDGE )
124
126
public void testCanMaximizeTheWindow () {
125
127
// Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -133,6 +135,7 @@ public void testCanMaximizeTheWindow() {
133
135
@ SwitchToTopAfterTest
134
136
@ Test
135
137
@ Ignore (value = CHROME , travis = true )
138
+ @ Ignore (value = MARIONETTE , gitHubActions = true )
136
139
@ Ignore (EDGE )
137
140
public void testCanMaximizeTheWindowFromFrame () {
138
141
// Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -149,6 +152,7 @@ public void testCanMaximizeTheWindowFromFrame() {
149
152
@ SwitchToTopAfterTest
150
153
@ Test
151
154
@ Ignore (value = CHROME , travis = true )
155
+ @ Ignore (value = MARIONETTE , gitHubActions = true )
152
156
@ Ignore (EDGE )
153
157
public void testCanMaximizeTheWindowFromIframe () {
154
158
// Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -176,6 +180,7 @@ public void canMinimizeTheWindow() {
176
180
177
181
@ Test
178
182
@ Ignore (value = CHROME , travis = true )
183
+ @ Ignore (value = MARIONETTE , gitHubActions = true )
179
184
@ Ignore (SAFARI )
180
185
@ Ignore (EDGE )
181
186
public void canFullscreenTheWindow () {
@@ -194,6 +199,7 @@ public void canFullscreenTheWindow() {
194
199
@ SwitchToTopAfterTest
195
200
@ Test
196
201
@ Ignore (value = CHROME , travis = true )
202
+ @ Ignore (value = MARIONETTE , gitHubActions = true )
197
203
@ Ignore (SAFARI )
198
204
@ Ignore (EDGE )
199
205
public void canFullscreenTheWindowFromFrame () {
0 commit comments