You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently MockInteractions.track(element, dx, dy) is relative only, it would be useful to have a version that accepts absolute end coordinates, for example to test dragging one element onto another one:
Currently
MockInteractions.track(element, dx, dy)
is relative only, it would be useful to have a version that accepts absolute end coordinates, for example to test dragging one element onto another one:instead of the current cumbersome
The text was updated successfully, but these errors were encountered: