diff --git a/packages/e2e-tests/specs/editor/plugins/block-directory-add.test.js b/packages/e2e-tests/specs/editor/plugins/block-directory-add.test.js index 3aa1d5a18b4b2e..a62c30b353614c 100644 --- a/packages/e2e-tests/specs/editor/plugins/block-directory-add.test.js +++ b/packages/e2e-tests/specs/editor/plugins/block-directory-add.test.js @@ -192,7 +192,7 @@ describe( 'adding blocks from block directory', () => { // The block will auto select and get added, make sure we see it in the content expect( await getEditedPostContent() ).toMatchSnapshot(); - } ); + } ); it( 'Should not see Block Directory results after install', async () => { // Setup our mocks @@ -215,6 +215,5 @@ describe( 'adding blocks from block directory', () => { ); expect( hiddenBtn ).toBeNull(); - } ); } );