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 and gutenbergplugin committed Oct 16, 2024
1 parent 930b9e6 commit 57b99ff
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

0 comments on commit 57b99ff

Please sign in to comment.