Commits

lotte authored 0d39fe4cbc7 Merge
Merge branch 'w2p-108045_repeatable-date-fields-label-fix_contribute-7.4' into w2p-108045_repeatable-date-fields-label-fix_contribute-main
No tags

src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.spec.ts

Modified
22 22
23 23 export const DATE_TEST_MODEL_CONFIG = {
24 24 disabled: false,
25 25 errorMessages: { required: 'You must enter at least the year.' },
26 26 id: 'date',
27 27 label: 'Date',
28 28 name: 'date',
29 29 placeholder: 'Date',
30 30 readOnly: false,
31 31 required: true,
32 + repeatable: false,
32 33 toggleIcon: 'fas fa-calendar'
33 34 };
34 35
35 36 describe('DsDatePickerComponent test suite', () => {
36 37
37 38 let testComp: TestComponent;
38 39 let dateComp: DsDatePickerComponent;
39 40 let testFixture: ComponentFixture<TestComponent>;
40 41 let dateFixture: ComponentFixture<DsDatePickerComponent>;
41 42 let html;

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut