-
Notifications
You must be signed in to change notification settings - Fork 678
Closed
Labels
AREA: clientSTATE: Auto-lockedAn issue has been automatically locked by the Lock bot.An issue has been automatically locked by the Lock bot.SYSTEM: APITYPE: enhancementThe accepted proposal for future implementation.The accepted proposal for future implementation.
Milestone
Description
In my test I need to drag an element (source) to the right side of another element (target). So, I use this code:
await t.dragToElement(source, target, { offsetX: -10 });
but this exception occurs: "The "offsetX" option is expected to be a positive integer, but it was -10.".
Provide the capability to set offsetX/offsetY options with negative number.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
AREA: clientSTATE: Auto-lockedAn issue has been automatically locked by the Lock bot.An issue has been automatically locked by the Lock bot.SYSTEM: APITYPE: enhancementThe accepted proposal for future implementation.The accepted proposal for future implementation.