Added portal-FE-os components
[portal.git] / portal-FE-os / src / app / pages / application-onboarding / application-onboarding.component.spec.ts
 
 import { async, ComponentFixture, TestBed } from '@angular/core/testing';
 
-import { SearchUsersComponent } from './search-users.component';
+import { ApplicationOnboardingComponent } from './application-onboarding.component';
 
-describe('SearchUsersComponent', () => {
-  let component: SearchUsersComponent;
-  let fixture: ComponentFixture<SearchUsersComponent>;
+describe('ApplicationOnboardingComponent', () => {
+  let component: ApplicationOnboardingComponent;
+  let fixture: ComponentFixture<ApplicationOnboardingComponent>;
 
   beforeEach(async(() => {
     TestBed.configureTestingModule({
-      declarations: [ SearchUsersComponent ]
+      declarations: [ ApplicationOnboardingComponent ]
     })
     .compileComponents();
   }));
 
   beforeEach(() => {
-    fixture = TestBed.createComponent(SearchUsersComponent);
+    fixture = TestBed.createComponent(ApplicationOnboardingComponent);
     component = fixture.componentInstance;
     fixture.detectChanges();
   });