Trying to seed through the API and assert in the browser, which is the whole reason we picked this thing.
@hybrid @regression
Scenario: A seeded order appears in the list
When I seed via POST "/orders" with body:
"""json
{ "sku": "SD-1", "qty": 2 }
"""
And I save the response JSON path "id" as "orderId"
And I navigate to the "orders" page
Then order "{{orderId}}" should show status "Pending"JSON path $.id is undefined in the last response; cannot save as {{orderId}}.The endpoint definitely returns an id, I checked with curl.