Skip to content

Commit

Permalink
See if we can initialize into a good state in CI/CD and still allow t…
Browse files Browse the repository at this point in the history
…yping a bad date.
  • Loading branch information
otchet-broad committed Dec 10, 2024
1 parent 442f1a1 commit d74f747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/component/Forms/forms.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('FormField - Tests', () => {
type: FormFieldTypes.CALENDAR,
id:'optionalDate',
title:'Optional Date',
defaultValue:null,
defaultValue:dayjs(),
validators: [FormValidators.DATEJS]
};
mount(<FormField {...props}/>);
Expand Down

0 comments on commit d74f747

Please sign in to comment.