File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,9 @@ public function testShouldDoubleClickOnElement()
121
121
$ this ->assertContains ('dblclick item-3 ' , $ this ->retrieveLoggedMouseEvents ());
122
122
}
123
123
124
+ /**
125
+ * @group exclude-saucelabs
126
+ */
124
127
public function testShouldSendKeysUpAndDown ()
125
128
{
126
129
if ($ this ->desiredCapabilities ->getBrowserName () === WebDriverBrowserType::HTMLUNIT ) {
@@ -199,6 +202,9 @@ public function testShouldMoveByOffset()
199
202
);
200
203
}
201
204
205
+ /**
206
+ * @group exclude-saucelabs
207
+ */
202
208
public function testShouldDragAndDrop ()
203
209
{
204
210
if ($ this ->desiredCapabilities ->getBrowserName () === WebDriverBrowserType::HTMLUNIT ) {
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ public function testShouldMaximizeWindow()
49
49
}
50
50
51
51
/**
52
+ * @group exclude-saucelabs
52
53
* @group exclude-edge
53
54
* @group exclude-chrome
54
55
* @see https://bugs.chromium.org/p/chromium/issues/detail?id=1049336
You can’t perform that action at this time.
0 commit comments