close
Skip to content

Commit c62e151

Browse files
committed
Delete all media after during teardown
1 parent b5189d4 commit c62e151

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎test/e2e/specs/editor/blocks/cover.spec.js‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ test.describe( 'Cover', () => {
2424
await admin.createNewPost();
2525
} );
2626

27+
test.afterAll( async ( { requestUtils } ) => {
28+
await requestUtils.deleteAllMedia();
29+
} );
30+
2731
test( 'can set overlay color using color picker on block placeholder', async ( {
2832
editor,
2933
} ) => {

0 commit comments

Comments
 (0)