Skip to content

Commit

Permalink
Add explanation for steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jan 25, 2024
1 parent 51b97c3 commit 6c78528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/specs/editor/various/inserting-blocks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ test.describe( 'Inserting blocks (@firefox, @webkit)', () => {
await page.mouse.move(
boundingBox.x + boundingBox.width / 2,
boundingBox.y - 10,
// An arbitrary number of `steps` imitates cursor movement in the test environment,
// activating the in-between inserter.
{ steps: 10 }
);

Expand Down

0 comments on commit 6c78528

Please sign in to comment.