diff --git a/npm/cypress-schematic/src/schematics/ng-add/files-core/cypress/e2e/spec.cy.ts.template b/npm/cypress-schematic/src/schematics/ng-add/files-core/cypress/e2e/spec.cy.ts.template index 4067cfd60e2d..3e0714918ebe 100644 --- a/npm/cypress-schematic/src/schematics/ng-add/files-core/cypress/e2e/spec.cy.ts.template +++ b/npm/cypress-schematic/src/schematics/ng-add/files-core/cypress/e2e/spec.cy.ts.template @@ -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') }) })