Functional Test are not passing in the issue tracker project

Tell us what’s happening:
Test passing is server but not reflecting in the submit page



Your project link(s)

solution: https://psrgkm.sse.codesandbox.io

code site: pensive-breeze-psrgkm - CodeSandbox

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Issue Tracker

Link to the challenge:

I just checked and it passed them. Did you fix it? The “functional tests” bit usually only fails if there is some kind of problem with the communication browser and the server running the tests (too fast, too slow, timeouts, etc.) or if you don’t have the NODE_ENV environment variable set to test (which was not an immediately obvious codesandbox option).

Ya ,dude I fixed it , I was using Expect rather than assert in some of the cases . Ty for time tho

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