Quality Assurance and Testing with Chai - Learn How JavaScript Assertions Work

Tell us what’s happening:
Describe your issue in detail here.
I have done exactly what was required.
But still tests are not getting passed


Your project link(s)

solution: boilerplate-mochachai - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

Challenge: Quality Assurance and Testing with Chai - Learn How JavaScript Assertions Work

Link to the challenge:

ya,i was also having such annoying error when i started the course.the course should be reviewed i think.the solution is,after only doing the code for the challenge in the replit run it and see if your code passes in the console and if it does stop it,copy the live url link and paste it in the FCC and run the tests.the reason is as you can see in the browser output in the replit when you run the code it loads the initial template provided by FCC but suddenly crushes and keeps saying Replit waking up .
so,doing what i mentioned above does is when you run the test on FCC first by stoping it in replit it prompts the replit to run again and pass the test before the replit crashes again.

1 Like

Yes, repls crash whenever QA tests run on these projects. As aynuman19 says, you need to do the following for all projects which have QA tests running:

  1. Complete the code for the challenge
  2. STOP your repl (if running)
  3. Enter the live project link on the FCC site (this will wake up your repl automatically)

For later challenges/projects, when you are writing logic/routing code in addition to QA tests (QA Certification), you will have the option prevent the QA tests from running when not required, so you can work on your repl without it crashing.

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