Skip to content

Commit 639cb48

Browse files
committed
Exclude skipped tests on SauceLabs
1 parent 739d2fc commit 639cb48

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

tests/functional/WebDriverActionsTest.php

+6
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ public function testShouldDoubleClickOnElement()
121121
$this->assertContains('dblclick item-3', $this->retrieveLoggedMouseEvents());
122122
}
123123

124+
/**
125+
* @group exclude-saucelabs
126+
*/
124127
public function testShouldSendKeysUpAndDown()
125128
{
126129
if ($this->desiredCapabilities->getBrowserName() === WebDriverBrowserType::HTMLUNIT) {
@@ -199,6 +202,9 @@ public function testShouldMoveByOffset()
199202
);
200203
}
201204

205+
/**
206+
* @group exclude-saucelabs
207+
*/
202208
public function testShouldDragAndDrop()
203209
{
204210
if ($this->desiredCapabilities->getBrowserName() === WebDriverBrowserType::HTMLUNIT) {

tests/functional/WebDriverWindowTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function testShouldMaximizeWindow()
4949
}
5050

5151
/**
52+
* @group exclude-saucelabs
5253
* @group exclude-edge
5354
* @group exclude-chrome
5455
* @see https://bugs.chromium.org/p/chromium/issues/detail?id=1049336

0 commit comments

Comments
 (0)