@@ -115,7 +115,6 @@ void testSetsThePositionOfTheCurrentWindow() {
115115 }
116116
117117 @ Test
118- @ Ignore (value = CHROME , travis = true )
119118 @ Ignore (value = FIREFOX , gitHubActions = true )
120119 public void testCanMaximizeTheWindow () {
121120 // Browser window cannot be resized or moved on ANDROID (and most mobile platforms
@@ -159,7 +158,7 @@ public void testCanMaximizeTheWindowFromIframe() {
159158 }
160159
161160 @ Test
162- @ Ignore (travis = true , gitHubActions = true )
161+ @ Ignore (gitHubActions = true )
163162 public void canMinimizeTheWindow () {
164163 // Browser window cannot be resized or moved on ANDROID (and most mobile platforms
165164 // though others aren't defined in org.openqa.selenium.Platform).
@@ -173,7 +172,6 @@ public void canMinimizeTheWindow() {
173172 }
174173
175174 @ Test
176- @ Ignore (value = CHROME , travis = true )
177175 @ Ignore (value = FIREFOX , gitHubActions = true )
178176 @ Ignore (SAFARI )
179177 public void canFullscreenTheWindow () {
@@ -191,7 +189,6 @@ public void canFullscreenTheWindow() {
191189
192190 @ SwitchToTopAfterTest
193191 @ Test
194- @ Ignore (value = CHROME , travis = true )
195192 @ Ignore (value = FIREFOX , gitHubActions = true )
196193 @ Ignore (SAFARI )
197194 public void canFullscreenTheWindowFromFrame () {
@@ -208,7 +205,6 @@ public void canFullscreenTheWindowFromFrame() {
208205
209206 @ SwitchToTopAfterTest
210207 @ Test
211- @ Ignore (value = CHROME , travis = true )
212208 @ Ignore (value = FIREFOX , gitHubActions = true )
213209 @ Ignore (SAFARI )
214210 public void canFullscreenTheWindowFromIframe () {
0 commit comments