Skip to content

Commit

Permalink
Update snapshots for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Jan 14, 2023
1 parent d583e11 commit 8076070
Showing 1 changed file with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ exports[`PostPublishPanel should render the post-publish panel if the post is pu
box-sizing: inherit;
}
.emotion-2 {
margin-bottom: calc(4px * 2);
}
.components-panel__row .emotion-2 {
margin-bottom: inherit;
}
Expand All @@ -31,10 +27,6 @@ exports[`PostPublishPanel should render the post-publish panel if the post is pu
padding: 0;
}
.components-panel__row .emotion-8 {
margin-bottom: inherit;
}
<div>
<div
class="editor-post-publish-panel"
Expand Down Expand Up @@ -145,7 +137,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is pu
class="components-base-control components-checkbox-control emotion-0 emotion-1"
>
<div
class="components-base-control__field emotion-8 emotion-3"
class="components-base-control__field emotion-2 emotion-3"
>
<span
class="components-checkbox-control__input-container"
Expand Down Expand Up @@ -183,10 +175,6 @@ exports[`PostPublishPanel should render the post-publish panel if the post is sc
box-sizing: inherit;
}
.emotion-2 {
margin-bottom: calc(4px * 2);
}
.components-panel__row .emotion-2 {
margin-bottom: inherit;
}
Expand All @@ -201,10 +189,6 @@ exports[`PostPublishPanel should render the post-publish panel if the post is sc
padding: 0;
}
.components-panel__row .emotion-8 {
margin-bottom: inherit;
}
<div>
<div
class="editor-post-publish-panel"
Expand Down Expand Up @@ -315,7 +299,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is sc
class="components-base-control components-checkbox-control emotion-0 emotion-1"
>
<div
class="components-base-control__field emotion-8 emotion-3"
class="components-base-control__field emotion-2 emotion-3"
>
<span
class="components-checkbox-control__input-container"
Expand Down

0 comments on commit 8076070

Please sign in to comment.