Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / app.component.spec.ts
index 0059793..0a062c7 100644 (file)
@@ -20,16 +20,16 @@ describe('AppComponent', () => {
     expect(app).toBeTruthy();
   });
 
-  it(`should have as title 'demoedgex'`, () => {
+  it(`should have as title 'eliotportal'`, () => {
     const fixture = TestBed.createComponent(AppComponent);
     const app = fixture.debugElement.componentInstance;
-    expect(app.title).toEqual('demoedgex');
+    expect(app.title).toEqual('eliotportal');
   });
 
   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 demoedgex!');
+    expect(compiled.querySelector('h1').textContent).toContain('Welcome to eliotportal!');
   });
 });