-
Notifications
You must be signed in to change notification settings - Fork 66
Async requests
Igor Gursky edited this page Sep 26, 2016
·
1 revision
Given request body from file request.json
When the client performs PUT request on api/gadgets/12345
Then status code is 200
And should wait at most 60 seconds with interval 1 seconds until property "status" equal to "SUCCEEDED"
When the client performs GET request on {(header.Location)}
And response contains property "status" with value "SUCCEEDED"
.....
And should wait at most 60 seconds with interval 1 seconds until property "status" equal to "SUCCEEDED" or fail with "FAILED"
When the client performs GET request on {(header.Location)}
And response contains property "status" with value "SUCCEEDED"