X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy%2Fpolicy-type%2Fpolicy-type.component.spec.ts;h=859e1f8f35e6aebb17f60961417dd3802b0157ba;hb=da0dd4633b71e93fdb7948741c1e1e85ae201d92;hp=28e99b07d765291fee53dabf3fcd104fec842fa9;hpb=709353407dd0d20f5b0ec8b9db024b79e874eaa8;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy/policy-type/policy-type.component.spec.ts b/webapp-frontend/src/app/policy/policy-type/policy-type.component.spec.ts index 28e99b0..859e1f8 100644 --- a/webapp-frontend/src/app/policy/policy-type/policy-type.component.spec.ts +++ b/webapp-frontend/src/app/policy/policy-type/policy-type.component.spec.ts @@ -102,6 +102,5 @@ describe("PolicyTypeComponent", () => { schemaObject: JSON.parse("{}") } as PolicyTypeSchema; expect(policyInstanceComp.policyTypeSchema).toEqual(expectedPolicyType); - expect(policyInstanceComp.expanded).toBeTruthy(); }); });