Hi everyone,
I am facing some drag and drop issue. I'm fairly new to Cypress and would appreciate any help. I know drag and drop isn't natively supported but I have to solve it.
I want to briefly show where I automate right away. As you can see in the "screenshot-1.png", here is the element I want to drag and the placeholder I want to drop.
You can see my code in "code.png" and my cypress test in the "cypress.png". It seems like no matter what I provide mousemove etc., it does not move, stuck in first place.