-
Notifications
You must be signed in to change notification settings - Fork 226
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
(refactor) O3-4059 Fix Inaccurate Test Result Time Stamps #2067
base: main
Are you sure you want to change the base?
Conversation
Size Change: +156 B (0%) Total Size: 15.8 MB ℹ️ View Unchanged
|
d1ab540
to
9f9b4cf
Compare
|
||
expect(screen.getByText(/13-jan-2021/i)).toBeInTheDocument(); | ||
expect(screen.getByText(/2024-10-15/i)).toBeInTheDocument(); |
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.
The expected format that was replace here should be re-instated. This is the format dates should be displayed in in O3. Please do not invent new date formats.
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.
Done
@CynthiaKamau there's an e2e test failling |
Its all good now @CynthiaKamau .Thanks |
Requirements
Summary
Screenshots
-I have removed the date after showing that the grouping is based on similar dates.
Related Issue
Other