Skip to content

Commit 45b0354

Browse files
committed
MQE-2140: [chrome81] dragAndDrop with x and y offsets no longer works
1 parent d4c4d1e commit 45b0354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@ public function dragAndDrop($source, $target, $xOffset = null, $yOffset = null)
758758
$action->clickAndHold($snodes);
759759
$action->moveByOffset($travelX, $travelY);
760760
$action->release()->perform();
761-
762761
} else {
763762
$action->clickAndHold($snodes);
764763
$action->moveToElement($tnodes);

0 commit comments

Comments
 (0)