showing results for - "postman test for true"
Aaliyah
25 Jun 2018
1pm.test("Cookie JSESSIONID is present", () => {
2  pm.expect(pm.cookies.has('JSESSIONID')).to.be.true;
3});