Skip to content

Commit

Permalink
Block inserter search e2e test: scope list item lookup to the inserte…
Browse files Browse the repository at this point in the history
…r panel (#47066)
  • Loading branch information
jsnajdr committed Jan 11, 2023
1 parent 2d49496 commit 07ef203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ describe( 'Inserting blocks', () => {
);
await browseAll.click();
const availableBlocks = await page.$$(
'.block-editor-block-types-list__list-item'
'.edit-post-editor__inserter-panel .block-editor-block-types-list__list-item'
);
expect( availableBlocks ).toHaveLength( 1 );
} );
Expand Down

1 comment on commit 07ef203

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 07ef203.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3893791617
📝 Reported issues:

Please sign in to comment.