Files
musee-illusion-mobile/tests/e2e/specs/test.cy.ts
T
2024-03-25 12:06:42 +01:00

7 lines
145 B
TypeScript

describe('My First Test', () => {
it('Visits the app root url', () => {
cy.visit('/')
cy.contains('ion-content', 'Tab 1 page')
})
})