I recently started to use TestCafe and I'm trying to utilize t.dragToElement(selector, destinationSelector)
method.
The problem is, the dropzone does not appear until I start dragging. It is hidden using display: none
and appears onDragStart. Therefore TestCafe fails with
The element that matches the specified "destinationSelector" is not visible.
Q: Any ideas, how to make TestCafe click & hold & drag a little bit & then drag to destination & then release?