the command added

This commit is contained in:
robonetphy 2023-04-01 19:32:18 +05:30
parent 960242fa31
commit 643eb2e814

View file

@ -52,10 +52,8 @@ describe('Drag and drop the block of Editor', function () {
cy.get('[data-cy=editorjs]')
.get('div.ce-block')
.last()
.trigger('dragenter')
.trigger('dragover')
cy.get('[data-cy=editorjs]')
.get('div.ce-block')
.last()
.trigger('drop', { dataTransfer })
.wait(1000);