Skip to content

Commit

Permalink
Update separator block HTML in tests
Browse files Browse the repository at this point in the history
With this commit, the expected HTML for the separator block is updated to reflect recent changes from #38428.

This is done so that the tests pass as expected.
  • Loading branch information
Siobhan committed Mar 22, 2022
1 parent 8a204c8 commit 6edeb05
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe( 'Gutenberg Editor tests for Block insertion 2', () => {
<!-- /wp:heading -->
<!-- wp:separator -->
<hr class="wp-block-separator"/>
<hr class="wp-block-separator has-alpha-channel-opacity"/>
<!-- /wp:separator -->
<!-- wp:list -->
Expand Down Expand Up @@ -66,7 +66,7 @@ describe( 'Gutenberg Editor tests for Block insertion 2', () => {
<!-- /wp:image -->
<!-- wp:separator -->
<hr class="wp-block-separator"/>
<hr class="wp-block-separator" has-alpha-channel-opacity/>
<!-- /wp:separator -->
<!-- wp:list -->
Expand All @@ -89,7 +89,7 @@ describe( 'Gutenberg Editor tests for Block insertion 2', () => {
<!-- /wp:image -->
<!-- wp:separator -->
<hr class="wp-block-separator"/>
<hr class="wp-block-separator" has-alpha-channel-opacity/>
<!-- /wp:separator -->
<!-- wp:list -->
Expand All @@ -116,7 +116,7 @@ describe( 'Gutenberg Editor tests for Block insertion 2', () => {
<!-- /wp:image -->
<!-- wp:separator -->
<hr class="wp-block-separator"/>
<hr class="wp-block-separator" has-alpha-channel-opacity/>
<!-- /wp:separator -->
<!-- wp:list -->
Expand Down

0 comments on commit 6edeb05

Please sign in to comment.