Quality Assurance: Issue Tracker

Hi there,

Once again I need your help. I am currently stuck on this challenge: Quality Assurance: Issue Tracker. There is an error blocking me. I just started the lesson and implemented the first few steps. I have written code and I expect Test 1 and 4 to pass:

1 You can provide your own project, not the example URL.
4 If you send a POST request to /api/issues/{projectname} without the required fields, returned will be the error { error: 'required field(s) missing' }

Here is a snapshot of my code:
https://gitpod.io#snapshot/e6b1fb01-8a73-41df-a24d-8b8791498853

However I get an error related to the FCC Test Evaluator when I run the tests. This error is visible in the console of the browser tab in which the tests of the lesson are running as shown in the screenshot below. Here is the error I get:

Uncaught (in promise) Error: Console is already on. It is likely that tests are running in parallel. This is not supported.
at o.on (dom-test-evaluator.js:2:6220)
at #i (dom-test-evaluator.js:2:253708)
at DOMTestEvaluator.handleMessage (dom-test-evaluator.js:2:254166)
at onmessage (dom-test-evaluator.js:2:254467)

When I test my code manually in the gitpod browser, I can see the error message in the form of a json object displayed on the screen.

I think FCC test software for this lesson may have a bug. Please help me resolve this issue so I can continue with the lesson.

Hi @Billjay

You also need to create an issue with the data submitted by the user.
At the moment, you are only returning the error message.

Happy coding

Okay @Teller,

Let me add code to handle data submitted by the user then create the issue. Please stay with me here.

Hello @Teller,

I completed the project successfully, thanks for the usual support.

1 Like