From da176fa9cbd19c3ed04be993563a3229063442e7 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Tue, 3 May 2022 17:58:44 +0200 Subject: [PATCH] Comments block e2e test: Remove now-obsolete Post Comments Form block (#40793) --- packages/e2e-tests/specs/editor/blocks/comments.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/e2e-tests/specs/editor/blocks/comments.test.js b/packages/e2e-tests/specs/editor/blocks/comments.test.js index 19b4704b676fb9..e68d23f34fb7df 100644 --- a/packages/e2e-tests/specs/editor/blocks/comments.test.js +++ b/packages/e2e-tests/specs/editor/blocks/comments.test.js @@ -33,7 +33,6 @@ describe( 'Comments', () => { it( 'Pagination links are working as expected', async () => { await createNewPost(); await insertBlock( 'Comments' ); - await insertBlock( 'Post Comments Form' ); await publishPost(); // Visit the post that was just published. await page.click( @@ -94,7 +93,6 @@ describe( 'Comments', () => { await setOption( 'page_comments', '0' ); await createNewPost(); await insertBlock( 'Comments' ); - await insertBlock( 'Post Comments Form' ); await publishPost(); // Visit the post that was just published. await page.click(