test: add cypress test for documents list

This commit is contained in:
Frank Strieter
2022-03-22 21:05:25 +01:00
parent 4377d15599
commit 02e31ac6f8
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!')
})
})