mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
chore: replace protractor with cypress
This commit is contained in:
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!')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user