20
20
import static org .assertj .core .api .Assertions .assertThat ;
21
21
import static org .junit .Assume .assumeFalse ;
22
22
import static org .openqa .selenium .Platform .ANDROID ;
23
+ import static org .openqa .selenium .testing .drivers .Browser .CHROME ;
23
24
import static org .openqa .selenium .testing .drivers .Browser .EDGE ;
24
25
import static org .openqa .selenium .testing .drivers .Browser .SAFARI ;
25
26
@@ -118,7 +119,7 @@ public void testSetsThePositionOfTheCurrentWindow() {
118
119
}
119
120
120
121
@ Test
121
- @ Ignore (travis = true )
122
+ @ Ignore (value = CHROME , travis = true , gitHubActions = true )
122
123
@ Ignore (EDGE )
123
124
public void testCanMaximizeTheWindow () {
124
125
// Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -131,7 +132,7 @@ public void testCanMaximizeTheWindow() {
131
132
132
133
@ SwitchToTopAfterTest
133
134
@ Test
134
- @ Ignore (travis = true )
135
+ @ Ignore (value = CHROME , travis = true , gitHubActions = true )
135
136
@ Ignore (EDGE )
136
137
public void testCanMaximizeTheWindowFromFrame () {
137
138
// Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -147,7 +148,7 @@ public void testCanMaximizeTheWindowFromFrame() {
147
148
148
149
@ SwitchToTopAfterTest
149
150
@ Test
150
- @ Ignore (travis = true )
151
+ @ Ignore (value = CHROME , travis = true , gitHubActions = true )
151
152
@ Ignore (EDGE )
152
153
public void testCanMaximizeTheWindowFromIframe () {
153
154
// Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -174,7 +175,7 @@ public void canMinimizeTheWindow() {
174
175
}
175
176
176
177
@ Test
177
- @ Ignore (travis = true )
178
+ @ Ignore (value = CHROME , travis = true , gitHubActions = true )
178
179
@ Ignore (SAFARI )
179
180
@ Ignore (EDGE )
180
181
public void canFullscreenTheWindow () {
@@ -188,7 +189,7 @@ public void canFullscreenTheWindow() {
188
189
189
190
@ SwitchToTopAfterTest
190
191
@ Test
191
- @ Ignore (travis = true )
192
+ @ Ignore (value = CHROME , travis = true , gitHubActions = true )
192
193
@ Ignore (SAFARI )
193
194
@ Ignore (EDGE )
194
195
public void canFullscreenTheWindowFromFrame () {
@@ -205,7 +206,7 @@ public void canFullscreenTheWindowFromFrame() {
205
206
206
207
@ SwitchToTopAfterTest
207
208
@ Test
208
- @ Ignore (travis = true )
209
+ @ Ignore (value = CHROME , travis = true , gitHubActions = true )
209
210
@ Ignore (SAFARI )
210
211
@ Ignore (EDGE )
211
212
public void canFullscreenTheWindowFromIframe () {
0 commit comments