diff --git a/tests/e2e/assets/1.0.0-proj/src/app/app.component.spec.ts b/tests/e2e/assets/1.0.0-proj/src/app/app.component.spec.ts index c740bcd745ed..7ebb7c5d8e54 100644 --- a/tests/e2e/assets/1.0.0-proj/src/app/app.component.spec.ts +++ b/tests/e2e/assets/1.0.0-proj/src/app/app.component.spec.ts @@ -17,7 +17,7 @@ describe('AppComponent', () => { expect(app).toBeTruthy(); })); - it(`should have as title 'app works!'`, async(() => { + it(`should have the title 'app works!'`, async(() => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.debugElement.componentInstance; expect(app.title).toEqual('app works!');