Skip to content

Commit

Permalink
Cleanup after the writing flow e2e tests (#45119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Oct 21, 2022
1 parent 2879e18 commit e3d55b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/specs/editor/various/writing-flow.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ test.describe( 'Writing Flow', () => {
await admin.createNewPost();
} );

test.afterAll( async ( { requestUtils } ) => {
await requestUtils.deleteAllPosts();
} );

test( 'Should navigate inner blocks with arrow keys', async ( {
editor,
page,
Expand Down

0 comments on commit e3d55b9

Please sign in to comment.