Skip to content

Commit

Permalink
insert paragraph instead of tempalte part (#26371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison-Stavlo authored and tellthemachines committed Oct 27, 2020
1 parent afc05f2 commit 1bd90d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ describe( 'Multi-entity save flow', () => {
const firstBlock = await page.$( '.wp-block' );
await firstBlock.click();

// Insert a new template part placeholder.
await insertBlock( 'Template Part' );
// Insert something to dirty the editor.
await insertBlock( 'Paragraph' );

const enabledButton = await page.waitForSelector(
activeSaveSiteSelector
Expand Down

0 comments on commit 1bd90d5

Please sign in to comment.