Skip to content

Commit

Permalink
Testing: Unskip block deletion test
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Apr 18, 2019
1 parent 0cc318d commit 8d1f833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/block-deletion.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe( 'block deletion -', () => {
beforeEach( addThreeParagraphsToNewPost );

describe( 'deleting the third block using the Remove Block menu item', () => {
it.skip( 'results in two remaining blocks and positions the caret at the end of the second block', async () => {
it( 'results in two remaining blocks and positions the caret at the end of the second block', async () => {
// The blocks can't be empty to trigger the toolbar
await page.keyboard.type( 'Paragraph to remove' );

Expand Down

0 comments on commit 8d1f833

Please sign in to comment.