if In your case you are just using `response.body....
# help
g
if In your case you are just using
response.body.map
and inside
elm => elm.versions.map
so seems like the data you get from the server does NOT have
versions
. You can console.log the elm or the entire response. Or even click on the
cy.request
command and inspect what it got back in the DevTools