[X] I've searched existing issues and found nothing related to my issue.
Describe the bug
When importing postman collection, the collection level tests and scripts were partially translated.
When we want to verify the Headers section of the response then it should have "to.have.property" method but we have to.equal method
Expected: expect(res.getHeaders()).to.have.property("content-type");
Actual: expect(res.getHeader()).to.equal("content-type");
Due to this issue tests are getting failed. Please find the attached screenshot
Test_bruno_migration.postman_collection.json
I have checked the following:
Describe the bug
When importing postman collection, the collection level tests and scripts were partially translated.
When we want to verify the Headers section of the response then it should have "to.have.property" method but we have to.equal method Expected: expect(res.getHeaders()).to.have.property("content-type"); Actual: expect(res.getHeader()).to.equal("content-type");
Due to this issue tests are getting failed. Please find the attached screenshot
.bru file to reproduce the bug
No response
Screenshots/Live demo link