Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Nov 29, 2024
1 parent fbcf496 commit 766e34e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/specs/editor/various/draggable-blocks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ test.describe( 'Draggable block', () => {
const firstParagraph = editor.canvas.locator(
'role=document[name="Block: Paragraph"i] >> text=1'
);
await dragTo( page, firstParagraph );
const firstParagraphBound = await firstParagraph.boundingBox();
await dragTo( page, firstParagraphBound.x, firstParagraphBound.y );

Expand Down

0 comments on commit 766e34e

Please sign in to comment.