Add initial test file

This commit is contained in:
Ramon Wenger 2022-01-13 10:54:59 +01:00
parent d01f0debc0
commit f56f7178f3
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
describe('Create Content Block', () => {
it('visits the page', () => {
cy.visit();
});
});