-
Notifications
You must be signed in to change notification settings - Fork 1
fix: TT-125 show customer field in time entries table #629
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
Conversation
Good job!! |
Tests are failing. It seems https://ioetec.atlassian.net/browse/TT-129 must be your P1 |
description: 'testing is fun', | ||
technologies: [], | ||
uri: 'http://testing.is.fun', | ||
activity_id: 'sss', | ||
project_id: 'id', | ||
start_date: new Date(new Date().setHours(0, 0, 0, 0)), | ||
end_date: new Date(new Date().setHours(0, 0, 0, 0)) |
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.
Good catch
fe24d64
to
7553dd6
Compare
const entryData = dataSource.data[0]; | ||
|
||
expect(entryData.customer_name).toContain('ioet Inc.'); | ||
|
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.
delete this line in blank
}); | ||
|
||
expect(expectedColumnTitles).toEqual(columnTitles); | ||
|
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.
delete this line in blank
|
||
}); | ||
})); | ||
|
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.
delete this line in blank
Codecov Report
@@ Coverage Diff @@
## master #629 +/- ##
==========================================
+ Coverage 93.09% 93.90% +0.81%
==========================================
Files 85 95 +10
Lines 1564 1772 +208
Branches 107 116 +9
==========================================
+ Hits 1456 1664 +208
- Misses 67 69 +2
+ Partials 41 39 -2
Continue to review full report at Codecov.
|
afd1e5d
to
d401dd8
Compare
No description provided.