Commit b29e9d62 authored by Ben Hayward's avatar Ben Hayward

Spacing

1 merge request!682[Sprint/TrendyTurtle](fix): Blogs E2E test fix
Pipeline #101000960 running with stages
......@@ -21,12 +21,8 @@ context('Blogs', () => {
});
});
beforeEach(() => {
cy.preserveCookies();
cy.setCookie('staging', ''); // Run in staging mode. Note: does not impact review sites
cy.server();
cy.route('POST', '**/api/v1/blog/new').as('postBlog');
cy.route('POST', '**/api/v1/media**').as('postMedia');
......
Please register or to comment