Skip to content

Commit

Permalink
Fix inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jun 20, 2023
1 parent 96fefe6 commit e4bff85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test.describe( 'Allowed Blocks Setting on InnerBlocks', () => {

// Insert list block.
await blockListBox.getByRole( 'option', { name: 'List' } ).click();
// Select the list wrapper so the image is insertable.
// Select the list wrapper and then parent block.
await page.keyboard.press( 'ArrowUp' );
await editor.clickBlockToolbarButton( 'Select Allowed Blocks Dynamic' );

Expand Down

0 comments on commit e4bff85

Please sign in to comment.