Skip to content

Commit

Permalink
Apply focus loss check only in the sidebar test
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 25, 2018
1 parent b9f5c2a commit dd7e54b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/e2e/specs/__snapshots__/splitting-merging.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,6 @@ exports[`splitting and merging blocks should remove at most one paragraph in for
<!-- /wp:paragraph -->"
`;

exports[`splitting and merging blocks should remove at most one paragraph in forward direction 2`] = `
"<!-- wp:paragraph -->
<p>First</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Second</p>
<!-- /wp:paragraph -->"
`;

exports[`splitting and merging blocks should remove empty paragraph block on backspace 1`] = `""`;

exports[`splitting and merging blocks should split and merge paragraph blocks using Enter and Backspace 1`] = `
Expand Down

0 comments on commit dd7e54b

Please sign in to comment.