Skip to content

Commit

Permalink
Remove unneeeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Mar 18, 2024
1 parent 5da4038 commit 0224587
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/specs/editor/blocks/navigation-list-view.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,12 +565,6 @@ test.describe( 'Navigation block - List view editing', () => {

await page.keyboard.press( 'Enter' );

// Check that the menu was created
await expect(
page
.getByTestId( 'snackbar' )
.getByText( 'Navigation Menu successfully created.' )
).toBeVisible();
await expect(
page.getByText( 'This navigation menu is empty.' )
).toBeVisible();
Expand Down

0 comments on commit 0224587

Please sign in to comment.