Skip to content

Commit 83d1265

Browse files
committed
fix(journeys): moveToObject uses offsets differently than actions
1 parent adce54e commit 83d1265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/journeys/lib/test-helpers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ export function moveMouse(aBrowser, selector, offsetX = 0, offsetY = 0) {
3333
}]);
3434
}
3535
else {
36-
aBrowser.moveToObject(selector, offsetX, offsetY);
36+
aBrowser.moveToObject(selector);
3737
}
3838
}

0 commit comments

Comments
 (0)