Skip to content

Commit

Permalink
Fix e2e test for padding appender
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Oct 16, 2024
1 parent 0b67b89 commit 88a3b51
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 88a3b51

Please sign in to comment.