Skip to content

Commit

Permalink
[RNMobile] Update separator block's expected HTML in UI tests (#39636)
Browse files Browse the repository at this point in the history
This PR updates the separator block's expected HTML in the block insertion UI test (part 2).
  • Loading branch information
Siobhan Bamber committed Mar 22, 2022
1 parent c679f23 commit c2468d4
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 c2468d4

Please sign in to comment.