From ad9986d01f22661f7c7e5e8722b1c56ccb68ea68 Mon Sep 17 00:00:00 2001 From: andreiggr Date: Tue, 4 Oct 2022 14:26:32 +0300 Subject: [PATCH] add integration --- cypress/integration/blocks-basics.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cypress/integration/blocks-basics.js 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', () => {}); +});