Skip to content

Commit 621a3cd

Browse files
authored
Try fixing flaky Paragraph block e2e test (#58208)
1 parent a2d9738 commit 621a3cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/e2e/specs/editor/blocks/paragraph.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,9 @@ test.describe( 'Paragraph', () => {
236236

237237
{
238238
// Dragging on the top half of the heading block.
239+
// Make sure to target the top dropzone by dragging > 30px inside the block.
239240
await draggingUtils.dragOver(
240-
headingBox.x,
241+
headingBox.x + 32,
241242
headingBox.y + 1
242243
);
243244
await expect( draggingUtils.dropZone ).toBeVisible();

0 commit comments

Comments
 (0)