Files
tiptap/docs/src/demos/Examples/InteractiveNodeViews/index.spec.js
2021-03-17 22:35:41 +01:00

8 lines
158 B
JavaScript

context('/demos/Examples/InteractiveNodeViews', () => {
before(() => {
cy.visit('/demos/Examples/InteractiveNodeViews')
})
// TODO: Write tests
})