diff --git a/src/app/shared/resource-policies/create/resource-policy-create.component.html b/src/app/shared/resource-policies/create/resource-policy-create.component.html index 85d0d13e96..207513cc94 100644 --- a/src/app/shared/resource-policies/create/resource-policy-create.component.html +++ b/src/app/shared/resource-policies/create/resource-policy-create.component.html @@ -1,5 +1,5 @@
-

{{'resource-policies.create.page.heading' | translate}} {{targetResourceName}}

+

{{'resource-policies.create.page.heading' | translate}} {{targetResourceName}}

- + { @@ -47,7 +48,9 @@ describe('SubmissionFormComponent', () => { beforeEach(waitForAsync(() => { TestBed.configureTestingModule({ - imports: [], + imports: [ + TranslateModule.forRoot(), + ], declarations: [ SubmissionFormComponent, TestComponent @@ -60,7 +63,6 @@ describe('SubmissionFormComponent', () => { ChangeDetectorRef, SubmissionFormComponent ], - schemas: [NO_ERRORS_SCHEMA] }).compileComponents(); }));