Skip to content
Prev Previous commit
fix: Updated the navigation-list-view test cases with new label
  • Loading branch information
im3dabasia committed Jul 16, 2025
commit 0e0edbcae619f4f9ad954625d7faa925db43d77f
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/navigation-list-view.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ class LinkControl {

getSearchInput() {
return this.page.getByRole( 'combobox', {
name: 'Link',
name: 'Search or type URL',
} );
}

Expand Down
Loading