Information Security Projects - Stock Price Checker

Tell us what’s happening:
Describe your issue in detail here.
Link: boilerplate-project-stockchecker(1) - Replit
I am passing the tests in the console but it’s not passing on the freecodecamp tests.


Your code so far

Your browser information:

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

Challenge: Information Security Projects - Stock Price Checker

Link to the challenge:

Try adding .keepOpen() to the tests.

chai
  .request(server)
  .keepOpen()
  // rest of the test code

Thanks so much!
I have finally passed the project

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