mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 14:19:55 -06:00
chore: update schematic test text to match angular default component … (#29586)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
This commit is contained in:
@@ -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')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user