Cypress Drag and Drop don't working #20226
Unanswered
hemerson-braga-13
asked this question in
Plugins
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying drag a element to a drop zone. No errors show but the element is not getting dropped. I use Cypress 8.0.0 and Chrome 98
Note:both element identification is successful. I tried other elements inside the element class but they also proved to be unsuccessful.
HTML for element do be dragged
<div class="dndrop-draggable-wrapper" data-cy="kanban-acordo-comercial-em-aberto-draggable-0">
HTML for Drag Zone
<div data-cy="kanban-acordo-comercial-em-execucao" class="shr-kanban__column shr-kanban__column-em-execucao" style="min-width: 250px;">
Beta Was this translation helpful? Give feedback.
All reactions