@@ -119,7 +119,7 @@ public void testSetsThePositionOfTheCurrentWindow() {
119119 }
120120
121121 @ Test
122- @ Ignore (value = CHROME , travis = true , gitHubActions = true )
122+ @ Ignore (value = CHROME , travis = true )
123123 @ Ignore (EDGE )
124124 public void testCanMaximizeTheWindow () {
125125 // Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -132,7 +132,7 @@ public void testCanMaximizeTheWindow() {
132132
133133 @ SwitchToTopAfterTest
134134 @ Test
135- @ Ignore (value = CHROME , travis = true , gitHubActions = true )
135+ @ Ignore (value = CHROME , travis = true )
136136 @ Ignore (EDGE )
137137 public void testCanMaximizeTheWindowFromFrame () {
138138 // Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -148,7 +148,7 @@ public void testCanMaximizeTheWindowFromFrame() {
148148
149149 @ SwitchToTopAfterTest
150150 @ Test
151- @ Ignore (value = CHROME , travis = true , gitHubActions = true )
151+ @ Ignore (value = CHROME , travis = true )
152152 @ Ignore (EDGE )
153153 public void testCanMaximizeTheWindowFromIframe () {
154154 // Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -175,7 +175,7 @@ public void canMinimizeTheWindow() {
175175 }
176176
177177 @ Test
178- @ Ignore (value = CHROME , travis = true , gitHubActions = true )
178+ @ Ignore (value = CHROME , travis = true )
179179 @ Ignore (SAFARI )
180180 @ Ignore (EDGE )
181181 public void canFullscreenTheWindow () {
@@ -189,7 +189,7 @@ public void canFullscreenTheWindow() {
189189
190190 @ SwitchToTopAfterTest
191191 @ Test
192- @ Ignore (value = CHROME , travis = true , gitHubActions = true )
192+ @ Ignore (value = CHROME , travis = true )
193193 @ Ignore (SAFARI )
194194 @ Ignore (EDGE )
195195 public void canFullscreenTheWindowFromFrame () {
@@ -206,7 +206,7 @@ public void canFullscreenTheWindowFromFrame() {
206206
207207 @ SwitchToTopAfterTest
208208 @ Test
209- @ Ignore (value = CHROME , travis = true , gitHubActions = true )
209+ @ Ignore (value = CHROME , travis = true )
210210 @ Ignore (SAFARI )
211211 @ Ignore (EDGE )
212212 public void canFullscreenTheWindowFromIframe () {
0 commit comments