move collaboration example

This commit is contained in:
Hans Pagel
2020-09-26 21:08:49 +02:00
parent 370dbb9d16
commit 408514287e
8 changed files with 18 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
context('/examples/collaborative-editing', () => {
before(() => {
cy.visit('/examples/collaborative-editing')
})
})