Skip to content

Commit

Permalink
Fix snapshots for Spacer mobile unit tests (#48406)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr authored Feb 24, 2023
1 parent 53bd226 commit 4318900
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ exports[`Spacer block inserts block 1`] = `
`;

exports[`Spacer block inserts block with spacingSizes preset 1`] = `
"<!-- wp:spacer {\\"height\\":\\"70px\\"} -->
<div style=\\"height:70px\\" aria-hidden=\\"true\\" class=\\"wp-block-spacer\\"></div>
"<!-- wp:spacer {"height":"70px"} -->
<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->"
`;

exports[`Spacer block inserts block with spacingSizes preset without matching global styles values 1`] = `
"<!-- wp:spacer {\\"height\\":\\"120px\\"} -->
<div style=\\"height:120px\\" aria-hidden=\\"true\\" class=\\"wp-block-spacer\\"></div>
"<!-- wp:spacer {"height":"120px"} -->
<div style="height:120px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->"
`;

Expand Down

1 comment on commit 4318900

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 4318900.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4261958829
📝 Reported issues:

Please sign in to comment.