@@ -197,12 +197,12 @@ Feature: GraphQL collection support
197
197
Then the response status code should be 200
198
198
And the response should be in JSON
199
199
And the header "Content-Type" should be equal to "application/json"
200
- And the JSON node "data.dummies.pageInfo.endCursor" should be equal to "Mw =="
200
+ And the JSON node "data.dummies.pageInfo.endCursor" should be equal to "MQ =="
201
201
And the JSON node "data.dummies.pageInfo.hasNextPage" should be true
202
202
And the JSON node "data.dummies.totalCount" should be equal to 4
203
203
And the JSON node "data.dummies.edges[1].node.name" should be equal to "Dummy #2"
204
204
And the JSON node "data.dummies.edges[1].cursor" should be equal to "MQ=="
205
- And the JSON node "data.dummies.edges[1].node.relatedDummies.pageInfo.endCursor" should be equal to "Mw =="
205
+ And the JSON node "data.dummies.edges[1].node.relatedDummies.pageInfo.endCursor" should be equal to "MQ =="
206
206
And the JSON node "data.dummies.edges[1].node.relatedDummies.pageInfo.hasNextPage" should be true
207
207
And the JSON node "data.dummies.edges[1].node.relatedDummies.totalCount" should be equal to 4
208
208
And the JSON node "data.dummies.edges[1].node.relatedDummies.edges[0].node.name" should be equal to "RelatedDummy12"
@@ -277,9 +277,11 @@ Feature: GraphQL collection support
277
277
And the header "Content-Type" should be equal to "application/json"
278
278
And the JSON node "data.dummies.edges" should have 1 element
279
279
And the JSON node "data.dummies.pageInfo.hasNextPage" should be false
280
+ And the JSON node "data.dummies.pageInfo.endCursor" should be equal to "Mw=="
280
281
And the JSON node "data.dummies.edges[0].node.name" should be equal to "Dummy #4"
281
282
And the JSON node "data.dummies.edges[0].cursor" should be equal to "Mw=="
282
283
And the JSON node "data.dummies.edges[0].node.relatedDummies.pageInfo.hasNextPage" should be false
284
+ And the JSON node "data.dummies.edges[0].node.relatedDummies.pageInfo.endCursor" should be equal to "Mw=="
283
285
And the JSON node "data.dummies.edges[0].node.relatedDummies.edges" should have 2 elements
284
286
And the JSON node "data.dummies.edges[0].node.relatedDummies.edges[1].node.name" should be equal to "RelatedDummy44"
285
287
And the JSON node "data.dummies.edges[0].node.relatedDummies.edges[1].cursor" should be equal to "Mw=="
0 commit comments