Tell us what’s happening:
I cannot get the tests to pass for the final two tasks in the Quality Assurance and Testing with Chai section. The tests all pass locally for both tasks, but when I submit to FCC they fail.
I have seen other people mention issues with quotes around the assertion and I have tried multiple version with no success.
I have also checked my code against the hints and they match.
These are the last things I need to complete for the Quality Assurance Certification.
Also can I ask you something if you don’t mind? How did you pass the last 2 automated tests in the american-british translator project?
I have a working project that passes all the tests locally, but freecodecamp automated tester sees 0 tests for some reason.
I had the same issue. I had to create the .env with NODE_ENV=test and also change the test command in the package.json to remove the timeout. After that everything worked.
Do you know if this is already fixed or is it coming? I tried copying my test code into a new repl clone from the link in the task, but I still see the same issue.
I am not sure.
Challenges are not required for getting the certification so I skipped them, and got the certificate without completing the last two challenges.
Oh, just checked github so the updated boilerplate just replace “e2e Testing with Zombie.js” with “Functional Tests. with Zombie.js” in suite. For those who read this and still use the old boilerplate, just replace that and no need to create the new one. Thank you
Oh, just checked github so the updated boilerplate just replace “e2e Testing with Zombie.js” with “Functional Tests. with Zombie.js” in suite. For those who read this and still use the old boilerplate, just replace that and no need to create the new one. Thank you
Changing the suite name as you suggested finally got me through.
Yes but I haven’t changed any headings… and the challenge I was in was #3 , not #5… I havent done Challenge #5 because challenge #3 keeps failing and wouldnt let me go to the next lesson even though all the tests have passed
As this post is outdated, and your question appears to be on a different section/issue, I recommend you open a new topic. Please provide a link to your project code, as well in it.