Has anyone successfully used cypress and got drag and drop with the angular-tree-component working?
https://github.com/500tech/angular-tree-component
The angular-tree-component has the ability to drag&drop inside the tree to order the items in the tree or to drag&drop items of the tree somewhere outside of the tree. But either way I can not get it working with cypress. I am using drag&drop with cypress successfully at another part of the application.
It seems like the drag never starts. So after the mousedown event the mousemove event does not drag anything... it is not moving the element.