diff --git a/packages/e2e-tests/specs/experiments/__snapshots__/navigation-editor.test.js.snap b/packages/e2e-tests/specs/experiments/__snapshots__/navigation-editor.test.js.snap deleted file mode 100644 index bee7b0da9d1bec..00000000000000 --- a/packages/e2e-tests/specs/experiments/__snapshots__/navigation-editor.test.js.snap +++ /dev/null @@ -1,39 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Navigation editor allows creation of a menu when there are existing menu items 1`] = `""`; - -exports[`Navigation editor allows creation of a menu when there are no current menu items 1`] = ` -" - -" -`; - -exports[`Navigation editor displays the first created menu when at least one menu exists 1`] = ` -" - - - - - - - - - - - - - - - - - - - - - - - - - -" -`;