add content to the gapcursor page

This commit is contained in:
Hans Pagel
2020-11-05 11:46:27 +01:00
parent 5110f73e66
commit 729fa7f036
3 changed files with 85 additions and 9 deletions

View File

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