Bugs in first QA course assigment/project

Tell us what’s happening:

I’ve run the code using both repl.it as well as run it locally on my own server.

There are many bugs on this page/project:

  1. A variable for opening up a new browser with zombie was never declared before trying to be called.
  2. After adding that in, there is an error thrown because it cannot find an html file to audit (This error gets thrown both locally and using repl.it)
  3. I resorted to commenting that test out which resulted in all tests passing. However, when running the checks in freeCodeCamp, it claims all tests do not pass, even though they do pass locally and on repl.it.

Your project link(s)

solution: https://boilerplate-mochachai.jacobcarver1.repl.co

Your browser information:

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

Challenge: Learn How JavaScript Assertions Work

Link to the challenge:

Welcome there.

Unfortunately, I cannot reproduce this. It works as expected:

  • Until you write the functional tests, the test fails.
  • You are able to pass the challenges before, provided the tests before pass.

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