mirror of
https://github.com/filegator/filegator.git
synced 2025-08-16 13:04:24 +02:00
initial commit
This commit is contained in:
8
tests/frontend/e2e/specs/test.js
Normal file
8
tests/frontend/e2e/specs/test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// https://docs.cypress.io/api/introduction/api.html
|
||||
|
||||
describe('My First Test', () => {
|
||||
it('Visits the app root url', () => {
|
||||
cy.visit('/')
|
||||
cy.contains('h1', 'Welcome to Your Vue.js App')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user