Skip to content

Commit

Permalink
e2e: fix Block Visibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 8, 2024
1 parent d6a4c72 commit 63bf9d3
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 63bf9d3

Please sign in to comment.