add example demos

This commit is contained in:
Philipp Kühn
2021-08-25 12:13:46 +02:00
parent 15c7e1955a
commit 4607a2dbd5
82 changed files with 4993 additions and 0 deletions

View File

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