Skip to content

Commit

Permalink
Update e2e-tests snapshot for attrib
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Apr 6, 2021
1 parent 75bea4a commit 32ee94d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Navigation editor allows creation of a menu when there are existing menu items 1`] = `"<!-- wp:navigation {\\"orientation\\":\\"vertical\\"} /-->"`;
exports[`Navigation editor allows creation of a menu when there are existing menu items 1`] = `"<!-- wp:navigation {\\"orientation\\":\\"vertical\\",\\"showJustifyControls\\":false} /-->"`;

exports[`Navigation editor allows creation of a menu when there are no current menu items 1`] = `
"<!-- wp:navigation {\\"orientation\\":\\"vertical\\"} -->
"<!-- wp:navigation {\\"orientation\\":\\"vertical\\",\\"showJustifyControls\\":false} -->
<!-- wp:page-list /-->
<!-- /wp:navigation -->"
`;

exports[`Navigation editor displays the first menu from the REST response when at least one menu exists 1`] = `
"<!-- wp:navigation {\\"orientation\\":\\"vertical\\"} -->
"<!-- wp:navigation {\\"orientation\\":\\"vertical\\",\\"showJustifyControls\\":false} -->
<!-- wp:navigation-link {\\"label\\":\\"Home\\",\\"description\\":\\"\\",\\"rel\\":\\"\\",\\"url\\":\\"http://localhost:8889/\\",\\"title\\":\\"\\",\\"className\\":\\"\\"} /-->
<!-- wp:navigation-link {\\"label\\":\\"Accusamus quo repellat illum magnam quas\\",\\"description\\":\\"\\",\\"rel\\":\\"\\",\\"url\\":\\"http://localhost:8889/?page_id=41\\",\\"title\\":\\"\\",\\"className\\":\\"\\"} -->
Expand Down

0 comments on commit 32ee94d

Please sign in to comment.