Hello guys I'm trying to do some code coverage but I don't understand many things :
1- My test e2e won't work anymore I have this error : Timed out retrying after 4000ms: Expected to find element: #contact, but never found it.
it's weird because I haven't changed anything ( I have almost the same problem as this guys: https://stackoverflow.com/questions/68776936/cypress-timed-out-retrying-after-4000ms-expected-to-find-element-only-in-je )
2- my code coverage looks weird I don't understand why the percentage are so low (see image).
Here's my config files : (see image)