UNPKG

@4tw/cypress-drag-drop

Version:

A cypress child command for drag'n'drop support.

10 lines (7 loc) 218 B
describe('Drag drop', () => { it('should not throw error when element is detached on drop', () => { cy.visit('/') cy.setExample('Detach') cy.findByTestId('item-1').drag('[data-testid="right"]') }) })