add experiment demos

This commit is contained in:
Philipp Kühn
2021-08-25 17:53:02 +02:00
parent 2498c24186
commit 6ab708b1a2
43 changed files with 3090 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
context('/demos/Examples/MultipleEditors', () => {
before(() => {
cy.visit('/demos/Examples/MultipleEditors')
})
// TODO: Write tests
})