From 8d1f833d42ca5b86da6f502c0e613c400d9cd6f7 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 18 Apr 2019 15:58:50 -0400 Subject: [PATCH] Testing: Unskip block deletion test See https://github.com/WordPress/gutenberg/pull/15059#issuecomment-484647474 --- packages/e2e-tests/specs/block-deletion.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/e2e-tests/specs/block-deletion.test.js b/packages/e2e-tests/specs/block-deletion.test.js index 01cc63ff153095..11227af689d610 100644 --- a/packages/e2e-tests/specs/block-deletion.test.js +++ b/packages/e2e-tests/specs/block-deletion.test.js @@ -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' );