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

Commit 81cadae

Browse files
author
whhone
committed
[fix] dragAndDrop
1 parent 9cb15db commit 81cadae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interactions/WebDriverActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function dragAndDrop(WebDriverElement $source,
9393
new WebDriverMouseMoveAction($this->mouse, $target)
9494
);
9595
$this->action->addAction(
96-
new WebDriverButtonReleaseAction($this->mouse, $source)
96+
new WebDriverButtonReleaseAction($this->mouse, $target)
9797
);
9898
return $this;
9999
}

0 commit comments

Comments
 (0)