test: add cypress test for documents list

This commit is contained in:
Frank Strieter
2022-03-22 21:05:25 +01:00
parent d38bed1334
commit afcb5fe3cf
4 changed files with 286 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
describe('My First Test', () => {
it('Visits the initial project page', () => {
cy.visit('/')
cy.contains('Welcome')
cy.contains('sandbox app is running!')
})
})