We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5189d4 commit c62e151Copy full SHA for c62e151
test/e2e/specs/editor/blocks/cover.spec.js
@@ -24,6 +24,10 @@ test.describe( 'Cover', () => {
24
await admin.createNewPost();
25
} );
26
27
+ test.afterAll( async ( { requestUtils } ) => {
28
+ await requestUtils.deleteAllMedia();
29
+ } );
30
+
31
test( 'can set overlay color using color picker on block placeholder', async ( {
32
editor,
33
} ) => {
0 commit comments