update,
This commit is contained in:
6
task1/source/mobile/cypress/e2e/test.cy.ts
Executable file
6
task1/source/mobile/cypress/e2e/test.cy.ts
Executable file
@@ -0,0 +1,6 @@
|
||||
describe('My First Test', () => {
|
||||
it('Visits the app root url', () => {
|
||||
cy.visit('/')
|
||||
cy.contains('ion-content', 'Tab 1 page')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user