diff --git a/cypress/integration/blocks-basics.js b/cypress/integration/blocks-basics.js new file mode 100644 index 0000000..d324496 --- /dev/null +++ b/cypress/integration/blocks-basics.js @@ -0,0 +1,3 @@ +describe('Blocks Tests', () => { + it('Add Blocks: Empty', () => {}); +});