Skip to content
Closed
Prev Previous commit
Next Next commit
Update test/e2e/specs/editor/blocks/group.spec.js
Co-authored-by: Kai Hao <[email protected]>
  • Loading branch information
JustinyAhin and kevin940726 authored Jul 29, 2022
commit 6ee05fa63544dc4b7e6a7d3c8dd0539cb2d50cdd
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/group.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test.describe( 'Group', () => {
await searchField.type( 'Group' );

await page.locator( '.editor-block-list-item-group' ).click();
await page.locator( '.block-editor-button-block-appender' ).click();
await page.click( 'role=button[name="Add block"i]' );
await page.locator( '.editor-block-list-item-paragraph' ).click();
await page.keyboard.type( 'Group Block with a Paragraph' );

Expand Down