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 authored and jasmussen committed Apr 13, 2021
1 parent 47badc7 commit 53b3d69
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 53b3d69

Please sign in to comment.