add extension demos

This commit is contained in:
Philipp Kühn
2021-08-25 18:03:42 +02:00
parent 6ab708b1a2
commit 88804668ff
44 changed files with 1695 additions and 1 deletions

View File

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