Quality Assurance - Testing / Issue Tracker Project

Tell us what’s happening:
Hello everyone,

I have written all the tests and they pass locally.
App also functions like the example app.

However, I only pass the first test in freeCodeCamp test checker which is ‘You can provide your own project, not the example URL.’

Can someone help me how to go from here?

Your code so far

here is my github:

Repl.it host link:

Your browser information:

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

Challenge: Issue Tracker

Link to the challenge:

Hello @ofk8vb. What is the URL you are submitting? Where is your live project hosted?

Well, I can’t access your project using that link you have provided and I don’t think it is the right URL you should be submitting. The link you should submit should look like:
image

Isn’t that photo you shared is from a previous lessson?

Repl.it occasionally stops the server after sometime passes so I have to restart.

The repl.it address I get back is this:

Hello there,

Remember to look at the browser console for errors too:

frame-runner.js:100 Error: {"error":"required field(s) missing"}
  
frame-runner.js:100 Error: expected 'missing_id' to equal 'missing _id'
   
jquery.js:10099 PUT https://boilerplate-project-issuetracker.ofk8vb.repl.co/api/issues/fcc-project 500

frame-runner.js:100 Error: {"error":"could not update","_id":"5f665eb46e296f6b9b6a504d"}
   
frame-runner.js:100 Error: expected { status: 'unavailable' } to be an array
    at eval (eval at <anonymous> (frame-runner.js:84), <anonymous>:15:11)

Also, be sure to look at the tests, when all else fails:
freeCodeCamp/issue-tracker.md at master · freeCodeCamp/freeCodeCamp (github.com)

Hope this helps

1 Like

Thanks a lot. That github link looks really useful.

I didn’t know we had to write functional tests in a very specific way :sweat_smile:

I did not counter this issue in previous projects so I was confused.