X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy%2Fpolicy-type%2Fpolicy-type.component.spec.ts;h=859e1f8f35e6aebb17f60961417dd3802b0157ba;hb=94a4ef61a407db7514f2320ea8886c1dda526d4d;hp=28e99b07d765291fee53dabf3fcd104fec842fa9;hpb=cd497d449fc933316aa3e3c2aace85fc88e2a0a8;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(); }); });