Skip to content

Commit

Permalink
Make sure the results don't stay on the screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Aug 20, 2020
1 parent 79fd308 commit e869633
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -215,6 +215,5 @@ describe( 'adding blocks from block directory', () => {
);

expect( hiddenBtn ).toBeNull();

} );
} );

0 comments on commit e869633

Please sign in to comment.