Twenty Five project fails tests

Hi everyone,
This is a somewhat weird one for me because some of the reports that the tests give are not what I see on the project. One particular things bugs me a lot and it is that the tests, as I understand, don’t see correctly how my rendered time is set to 00:00. It appears that some of the other failed tests have roots in this problem.
Here’s my deployed project.
Here’s the repo..
Admittedly, I haven’t investigated as much as I should/could. But this was very frustrating to me because the application is working relatively normal and the tests don’t see it.
BTW, I used react and chakra ui for this project. One suspicion I had is that chakra may be a source of bugs/complexity/unknowns for the test suite.

Anyway, thank you very much.

I was wondering if someone could look into this?
Thanks a lot!

Hello there,

Just a quick test leads to this error in the console:

Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().

I suggest you start from there, as it could be leading to other issues.

Hope this helps

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.