Skip to content

Commit

Permalink
Fix e2e test for padding appender (#66080)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: kevin940726 <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 3417b42 commit 93d4e55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/specs/editor/various/inserting-blocks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ test.describe( 'Inserting blocks (@firefox, @webkit)', () => {
{ name: 'core/image' },
{ name: 'core/paragraph' },
] );

await expect(
editor.canvas.locator( '[data-type="core/paragraph"]' )
).toBeFocused();
} );

test( 'inserts blocks by dragging and dropping from the global inserter', async ( {
Expand Down

1 comment on commit 93d4e55

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 93d4e55.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11370151603
📝 Reported issues:

Please sign in to comment.