-
Notifications
You must be signed in to change notification settings - Fork 1
fix: TT 149 when edit date in update the date out #640
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
fix: TT 149 when edit date in update the date out #640
Conversation
Codecov Report
@@ Coverage Diff @@
## master #640 +/- ##
==========================================
+ Coverage 93.09% 94.22% +1.13%
==========================================
Files 85 95 +10
Lines 1564 1785 +221
Branches 107 118 +11
==========================================
+ Hits 1456 1682 +226
+ Misses 67 65 -2
+ Partials 41 38 -3
Continue to review full report at Codecov.
|
src/app/modules/shared/components/details-fields/details-fields.component.spec.ts
Outdated
Show resolved
Hide resolved
src/app/modules/shared/components/details-fields/details-fields.component.ts
Outdated
Show resolved
Hide resolved
src/app/modules/shared/components/details-fields/details-fields.component.html
Outdated
Show resolved
Hide resolved
| expect(component.projectSelected.emit).toHaveBeenCalledWith(data); | ||
| }); | ||
|
|
||
| it('on Selected Initial Date should change end date', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not critical. But we can use Start date reference instead of initial date
src/app/modules/shared/components/details-fields/details-fields.component.spec.ts
Show resolved
Hide resolved
src/app/modules/shared/components/details-fields/details-fields.component.ts
Outdated
Show resolved
Hide resolved
63b6e91 to
76e4ff5
Compare
76e4ff5 to
7c0b51f
Compare
feature to update the date out when editing the date in.