-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
Code Coverage: test failing at src/components/UserPortal/EventCard/EventCard.test.tsx #1348
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
I want to work on this issue. |
Why hasn't this test been failing as part of our pull request testing workflow? All tests are run as a part of that process |
I tried running test without changing any file and it keeps failing and when I am doing certain changes at that place it gets passed, |
|
@palisadoes I am also facing the same issue and my node version is v20.10.0 , also my branch is up to date. |
I am using the node v20.10.0 only and still facing the same issue. |
You'll need to investigate this yourselves. It is not failing in our workflows |
can you please guide me how can I get rid of this issue? |
Please ask the #talawa-admin slack channel |
1 test failing at src/components/UserPortal/EventCard/EventCard.test.tsx
To Reproduce
Steps to reproduce the behavior:
Expected behavior
test should pass and give output in terminal
(The card should be rendered properly, and all the details should be displayed correct)
Actual behavior
1 Test failed at await waitFor(() => expect(queryByText('7:49:12 PM')).toBeInTheDocument());
(
expect(received).toBeInTheDocument()
)
Screenshots
Additional details
we can solve this issue by matching the time format with 12 hour-format
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359
The text was updated successfully, but these errors were encountered: