Skip to content

Commit

Permalink
e2e: fix Block Visibility test (#65939)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
t-hamano and t-hamano authored Oct 8, 2024
1 parent ace9735 commit 6bf18c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/specs/editor/various/block-visibility.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test.describe( 'Block Visibility', () => {
await page
.getByRole( 'region', { name: 'Block Library' } )
.getByRole( 'searchbox', {
name: 'Search for blocks and patterns',
name: 'Search',
} )
.fill( 'Heading' );

Expand Down Expand Up @@ -89,7 +89,7 @@ test.describe( 'Block Visibility', () => {
await page
.getByRole( 'region', { name: 'Block Library' } )
.getByRole( 'searchbox', {
name: 'Search for blocks and patterns',
name: 'Search',
} )
.fill( 'Heading' );

Expand Down

0 comments on commit 6bf18c2

Please sign in to comment.