Skip to content

Commit

Permalink
update label for test
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored and draganescu committed May 17, 2023
1 parent e946645 commit c23b638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/specs/editor/blocks/navigation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ test.describe( 'Navigation block', () => {
} );

const submenuOptions = listView.getByRole( 'button', {
name: 'Options for Submenu block',
name: 'Options for Submenu',
} );

// Open the options menu.
Expand All @@ -626,7 +626,7 @@ test.describe( 'Navigation block', () => {
// outside of the treegrid.
const removeBlockOption = page
.getByRole( 'menu', {
name: 'Options for Submenu block',
name: 'Options for Submenu',
} )
.getByRole( 'menuitem', {
name: 'Remove Top Level Item 2',
Expand Down

0 comments on commit c23b638

Please sign in to comment.