summaryrefslogtreecommitdiffstats
path: root/portal-FE-os/src/app/app.component.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-os/src/app/app.component.spec.ts')
-rw-r--r--portal-FE-os/src/app/app.component.spec.ts15
1 files changed, 1 insertions, 14 deletions
diff --git a/portal-FE-os/src/app/app.component.spec.ts b/portal-FE-os/src/app/app.component.spec.ts
index afc476fd..cd96a77d 100644
--- a/portal-FE-os/src/app/app.component.spec.ts
+++ b/portal-FE-os/src/app/app.component.spec.ts
@@ -34,7 +34,7 @@
* ============LICENSE_END============================================
*
*
- */s
+ */
import { TestBed, async } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { AppComponent } from './app.component';
@@ -56,17 +56,4 @@ describe('AppComponent', () => {
const app = fixture.debugElement.componentInstance;
expect(app).toBeTruthy();
});
-
- it(`should have as title 'portal-FE-os'`, () => {
- const fixture = TestBed.createComponent(AppComponent);
- const app = fixture.debugElement.componentInstance;
- expect(app.title).toEqual('portal-FE-os');
- });
-
- it('should render title in a h1 tag', () => {
- const fixture = TestBed.createComponent(AppComponent);
- fixture.detectChanges();
- const compiled = fixture.debugElement.nativeElement;
- expect(compiled.querySelector('h1').textContent).toContain('Welcome to portal-FE-os!');
- });
});