Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit c7ee5e1

Browse files
committedNov 18, 2019
Exclude window tests on Saucelabs, because they are not sane
1 parent b4b82e2 commit c7ee5e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎tests/functional/WebDriverWindowTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*/
88
class WebDriverWindowTest extends WebDriverTestCase
99
{
10+
/**
11+
* @group exclude-saucelabs
12+
*/
1013
public function testShouldGetPosition()
1114
{
1215
$position = $this->driver->manage()
@@ -45,6 +48,9 @@ public function testShouldMaximizeWindow()
4548
$this->assertGreaterThanOrEqual($sizeBefore->getHeight(), $sizeAfter->getHeight());
4649
}
4750

51+
/**
52+
* @group exclude-saucelabs
53+
*/
4854
public function testShouldSetSize()
4955
{
5056
$sizeBefore = $this->driver->manage()

0 commit comments

Comments
 (0)
This repository has been archived.