diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts
index f7f28ccddceea64a12bdf42e50c0e2bae8491af3..7d1de0da95c7b69530c93db8e1379d0eab36bf59 100644
--- a/src/app/app.component.spec.ts
+++ b/src/app/app.component.spec.ts
@@ -33,10 +33,4 @@ describe('AppComponent', () => {
     const app = fixture.debugElement.componentInstance;
     expect(app.title).toEqual('ARSnova');
   }));
-  it('should render title in a h1 tag', async(() => {
-    const fixture = TestBed.createComponent(AppComponent);
-    fixture.detectChanges();
-    const compiled = fixture.debugElement.nativeElement;
-    expect(compiled.querySelector('h1').textContent).toContain('Welcome to app!');
-  }));
 });