Skip to content

Commit

Permalink
Adjust one more test.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jan 13, 2025
1 parent faf4d90 commit dd70096
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/specs/editor/various/list-view.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@ test.describe( 'List View', () => {
// make the inner blocks appear.
await editor.canvas
.getByRole( 'document', { name: 'Block: Cover' } )
.getByRole( 'option', { name: /Color: /i } )
.getByRole( 'listbox', {
name: 'Custom color picker.',
} )
.getByRole( 'option' )
.first()
.click();

Expand Down

0 comments on commit dd70096

Please sign in to comment.