Skip to content

Commit 36a3b9b

Browse files
committed
fix: TT-167 Date picker disable future dates
1 parent 62d540e commit 36a3b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/shared/components/details-fields/details-fields.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ describe('DetailsFieldsComponent', () => {
469469
expect(startDateInput.value).toEqual(expectedStartDate);
470470
});
471471

472-
it('on get actual date should return the actual date in isoString ', () => {
472+
it('on get actual date should return the current date', () => {
473473
const actualDateExpected = new Date().toISOString().split('T')[0];
474474

475475
expect(component.getActualDate()).toEqual(actualDateExpected);

0 commit comments

Comments
 (0)