diff --git a/client/cypress/integration/frontend/modules/create-content-block.page.spec.js b/client/cypress/integration/frontend/modules/create-content-block.page.spec.js new file mode 100644 index 00000000..8d5ce70f --- /dev/null +++ b/client/cypress/integration/frontend/modules/create-content-block.page.spec.js @@ -0,0 +1,5 @@ +describe('Create Content Block', () => { + it('visits the page', () => { + cy.visit(); + }); +});