mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-03 00:07:50 +08:00
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
|
context('/examples/dropcursor', () => {
|
||
|
before(() => {
|
||
|
cy.visit('/examples/dropcursor')
|
||
|
})
|
||
|
})
|