Skip to content

Commit

Permalink
Testing: Update snapshots for Placeholder class assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jan 31, 2020
1 parent 01ebb79 commit 97b1fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`core/embed block edit matches snapshot 1`] = `
<div
class="components-placeholder is-small wp-block-embed"
class="components-placeholder wp-block-embed"
>
<iframe
aria-hidden="true"
Expand Down
2 changes: 1 addition & 1 deletion storybook/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4062,7 +4062,7 @@ exports[`Storyshots Components/Panel With Icon 1`] = `

exports[`Storyshots Components/Placeholder Default 1`] = `
<div
className="components-placeholder is-small"
className="components-placeholder"
>
<iframe
aria-hidden={true}
Expand Down

0 comments on commit 97b1fa8

Please sign in to comment.