Error in Assignment#3 (valentinos-Coffee House API)

Following is my Script for Assignment#3

when I am checking the solution by “Verify your work” getting the following assertion error

As a starter for 10, ensure your collection is saved.

I can see in your first screenshot that the “save” button is enabled, which suggests that there might be unsaved changes.

You can also look at the response for the “verify your work” request and see what is being returned which should be a JSON representation of your collection, then trace the test that way.

Another troubleshooting method is to clone the “verify your work” request, and then add relevant console logs to the cloned request to see what is actually being returned.

This topic was automatically closed after 30 days. New replies are no longer allowed.