chai
chai copied to clipboard
Cypress API Response body Validation getting an error
my code expect({ company: 'Final Test' }).to.deep.equal( response.body);
Actual Response [{"id":"gshs-gsy-4d9f-83e0","company":"Final Test","title":"","name":" homeins"}]
I want to validate the company : Final Test
Cypress test results
expected { company: Final Test } to deeply equal [ Array(1) ]