{
 "responses": {
  "/auth/login": {
   "body": {
    "csrf": "tok",
    "user": {
     "role": "OWNER"
    }
   }
  },
  "/auth/me": {
   "body": {
    "user": {
     "full_name": "Prakash",
     "role": "OWNER"
    },
    "store": {
     "name": "Shree Krishna Medical"
    },
    "counter": {
     "code": "C1"
    }
   }
  },
  "/delivery/stops": {
   "body": {
    "carrying": 420.0,
    "stops": [
     {
      "order_id": "01O",
      "order_no": "ORD-2608-00001",
      "customer_name": "Sunita",
      "address": "B-704 Shanti Nagar",
      "pincode": "401107",
      "pay_mode": "COD",
      "amount": 420.0,
      "status": "OUT",
      "cold_chain_lines": 2
     }
    ]
   }
  },
  "/delivery/delivered": {
   "body": {
    "ok": true
   }
  },
  "/delivery/failed": {
   "body": {
    "ok": true
   }
  }
 },
 "steps": [
  {
   "name": "sign in",
   "fill": {
    "lpw": "x"
   },
   "click": "btnLogin",
   "wait": 600
  },
  {
   "name": "THE ROUND LOADS",
   "wait": 300,
   "expect": {
    "list": "Sunita"
   }
  },
  {
   "name": "cash held is shown",
   "wait": 80,
   "expect": {
    "cashV": "420"
   }
  },
  {
   "name": "THE RIDER IS TOLD ABOUT A COLD BOX",
   "wait": 300,
   "expect": {
    "list": "COLD BOX"
   }
  }
 ]
}