Skip to content

Commit

Permalink
update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Nov 15, 2024
1 parent ee7f1c2 commit c35aa68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/image.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ test.describe( 'Image', () => {
dummy.style.left = 0;
dummy.draggable = 'true';
dummy.addEventListener( 'dragstart', ( event ) => {
event.dataTransfer.setData( 'media', _html );
event.dataTransfer.setData( 'default', _html );
setTimeout( () => {
dummy.remove();
}, 0 );
Expand Down

0 comments on commit c35aa68

Please sign in to comment.