chore: update schematic test text to match angular default component … (#29586)

Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
This commit is contained in:
Mauro Accornero
2024-06-05 19:20:36 +02:00
committed by GitHub
parent f3b67666a5
commit d4e09cde3e

View File

@@ -1,6 +1,6 @@
describe('My First Test', () => {
it('Visits the initial project page', () => {
cy.visit('/')
cy.contains('app is running!')
cy.contains('app is running')
})
})