Skip to content

Commit

Permalink
move check block pattern at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Feb 4, 2024
1 parent b6fe370 commit 8de3c9a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ describe('Command: checkBlockPatternExists', () => {
cy.deactivatePlugin('classic-editor');
});

after(() => {
cy.activatePlugin('classic-editor');
});

beforeEach(() => {
cy.login();
cy.visit('/wp-admin/post-new.php');
Expand Down

0 comments on commit 8de3c9a

Please sign in to comment.