-
Notifications
You must be signed in to change notification settings - Fork 1
fix: TT-167 Date picker disable future dates #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
62d540e
36a3b9b
056439e
4c6b655
4045b4c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -472,7 +472,7 @@ describe('DetailsFieldsComponent', () => { | |
it('on get actual date should return the current date', () => { | ||
Angeluz-07 marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should update the references and the name of the test. Something like: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
const actualDateExpected = new Date().toISOString().split('T')[0]; | ||
|
||
expect(component.getActualDate()).toEqual(actualDateExpected); | ||
expect(component.getCurrentDate()).toEqual(actualDateExpected); | ||
}); | ||
/* | ||
TODO As part of https://github.com/ioet/time-tracker-ui/issues/424 a new parameter was added to the details-field-component, | ||
|
Uh oh!
There was an error while loading. Please reload this page.