Skip to content

Commit

Permalink
Comments block e2e test: Remove now-obsolete Post Comments Form block (
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham authored May 3, 2022
1 parent 2e7faf2 commit da176fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/e2e-tests/specs/editor/blocks/comments.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit da176fa

Please sign in to comment.