mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 00:35:30 +01:00
chore: replace protractor with cypress
This commit is contained in:
parent
3b76fa3f92
commit
863258f23d
6 changed files with 87 additions and 0 deletions
7
src-ui/cypress/integration/spec.ts
Normal file
7
src-ui/cypress/integration/spec.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
describe('My First Test', () => {
|
||||
it('Visits the initial project page', () => {
|
||||
cy.visit('/')
|
||||
cy.contains('Welcome')
|
||||
cy.contains('sandbox app is running!')
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue