So what I wish to do is to drag a child element to a parent element, holding the child element for a couple more seconds and then drop it there.
Something like this that I want:
child.dragToAndHold(parent, 3); //drag child to parent and hold it for 3 second
I did some research on it but I don't think Codeceptjs supports feature like this? Here is a somewhat relevant unresolved closed GitHub issue
Thanks!