Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Dec 18, 2024
1 parent 25c1962 commit c1fbf5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/specs/site-editor/template-registration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ test.describe( 'Block template registration', () => {
} ) => {
// Create a post.
await admin.createNewPost();

await editor.insertBlock( {
name: 'core/paragraph',
attributes: { content: 'User-created post.' },
Expand Down Expand Up @@ -283,7 +282,6 @@ test.describe( 'Block template registration', () => {
.click();
await page.getByRole( 'option', { name: 'admin' } ).click();
await expect( page.getByText( 'Choose a pattern' ) ).toBeVisible();

await page.getByLabel( 'Close', { exact: true } ).click();
await editor.insertBlock( {
name: 'core/paragraph',
Expand Down

0 comments on commit c1fbf5a

Please sign in to comment.