mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Form and Date widget tests
This commit is contained in:
@@ -67,7 +67,7 @@ describe('DateWidget', () => {
|
||||
let dateValue = '13-03-1982';
|
||||
widget.field = new FormFieldModel(null, {
|
||||
type: 'date',
|
||||
value: dateValue
|
||||
value: '1982-03-13'
|
||||
});
|
||||
widget.ngOnInit();
|
||||
|
||||
|
Reference in New Issue
Block a user