move collaboration example
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
context('/examples/collaboration', () => {
|
||||
before(() => {
|
||||
cy.visit('/examples/collaboration')
|
||||
})
|
||||
})
|
||||
@@ -0,0 +1,5 @@
|
||||
context('/examples/collaborative-editing', () => {
|
||||
before(() => {
|
||||
cy.visit('/examples/collaborative-editing')
|
||||
})
|
||||
})
|
||||
@@ -83,6 +83,8 @@ export default {
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
||||
this.updateState()
|
||||
},
|
||||
|
||||
methods: {
|
||||
Reference in New Issue
Block a user