-
Notifications
You must be signed in to change notification settings - Fork 44
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
Update jest snapshots & cypress tests #314
Conversation
Signed-off-by: Shenoy Pratik <[email protected]>
Signed-off-by: Shenoy Pratik <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #314 +/- ##
=======================================
Coverage ? 94.73%
=======================================
Files ? 5
Lines ? 152
Branches ? 45
=======================================
Hits ? 144
Misses ? 8
Partials ? 0 ☔ View full report in Codecov by Sentry. |
DEFAULT_SIZE, | ||
} from '../utils/constants'; | ||
import customParseFormat from 'dayjs/plugin/customParseFormat'; | ||
import dayjs from 'dayjs'; |
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.
are we moving to dayjs or just for testing?
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 just for testing time formats. We had issues earlier when checking absolute time, hence moved to testing time format. FTR has this issue already fixed in.
Signed-off-by: Shenoy Pratik <[email protected]>
87162c7
* update visualizations cypress Signed-off-by: Shenoy Pratik <[email protected]> * update snapshots Signed-off-by: Shenoy Pratik <[email protected]> * remove cypress delay and wait calls Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit d1551b7) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* update visualizations cypress * update snapshots * remove cypress delay and wait calls --------- (cherry picked from commit d1551b7) Signed-off-by: Shenoy Pratik <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Update jest snapshots & cypress tests
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.