diff --git a/projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.spec.ts b/projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.spec.ts index 872eb01269..6644e70e13 100644 --- a/projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.spec.ts +++ b/projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.spec.ts @@ -228,5 +228,6 @@ describe('WizardPageFieldToCaseFieldMapper - nested Collection of Collection typ expect(timelineEventDate.hidden).toEqual(true); expect(timelineEventDescription.hidden).toEqual(true); + expect(timelineEventDescription.display_context).toEqual('HIDDEN'); }); });