-
Notifications
You must be signed in to change notification settings - Fork 11
refactor: adding borders to timeline card #338
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
@@ -167,6 +167,6 @@ describe('Timeline Card List component', () => { | |||
}); | |||
|
|||
expect(spectator.query('.time')).not.toExist(); | |||
expect(spectator.query('.button')).not.toBe(spectator.query('.with-margin')); | |||
expect(spectator.query('.button')).toBe(spectator.query('.with-margin')); |
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.
this is likely not a useful thing to verify any more since it's just a static class.
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.
We do want to ensure margin is applied. But yeah, we dont test that usually
Codecov Report
@@ Coverage Diff @@
## main #338 +/- ##
=======================================
Coverage 86.20% 86.20%
=======================================
Files 721 721
Lines 14684 14684
Branches 1877 1877
=======================================
Hits 12659 12659
+ Misses 1995 1993 -2
- Partials 30 32 +2
Continue to review full report at Codecov.
|
Description
refactor: adding borders to timeline card
Testing
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.