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
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;">
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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