From: Arundathi Patil Date: Wed, 23 Oct 2019 11:22:32 +0000 (+0530) Subject: template-configuration component- test case fix X-Git-Tag: 1.7.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F97465%2F1;p=appc%2Fcdt.git template-configuration component- test case fix Fixed unit test case Issue-ID: APPC-1632 Change-Id: I967e580361792595b8e29c9ebb7046682116b5a1 Signed-off-by: Arundathi Patil --- diff --git a/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts b/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts index e4c4e42..9847766 100644 --- a/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts +++ b/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts @@ -395,7 +395,7 @@ describe('GoldenConfigurationComponent', () => { })); // fileChange method - it('Should validatte fileChange method if file type is xml', async(() => { + fit('Should validatte fileChange method if file type is xml', (() => { fixture = TestBed.createComponent(GoldenConfigurationComponent); component = fixture.componentInstance; let reader = new FileReader();