Skip to content

Commit

Permalink
Remove default label attribute from Search block in Instant Search tests
Browse files Browse the repository at this point in the history
- It's not needed because we fall back to 'Search' as last resort in `_experimentalLabel()` (previous commit).
  • Loading branch information
michalczaplinski committed Jan 6, 2025
1 parent 6b975c4 commit 7ca6d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/specs/interactivity/instant-search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ test.describe( 'Instant Search', () => {
innerBlocks: [
{
name: 'core/search',
attributes: { label: 'Search' },
},
{
name: 'core/post-template',
Expand Down

0 comments on commit 7ca6d27

Please sign in to comment.