Skip to content

Commit

Permalink
[Edited]: expected ของ robot request api จาก 2 เป็น 31
Browse files Browse the repository at this point in the history
  • Loading branch information
platylm committed Nov 16, 2020
1 parent d6e8e5a commit 2f5fe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atdd/api-robot/checkout-product-success.robot
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Checkout Product
Get Product List
${productList}= Get Request ${toy_store} /api/v1/product headers=&{ACCEPT}
Status Should Be 200 ${productList}
Should Be Equal ${productList.json()["total"]} ${2}
Should Be Equal ${productList.json()["total"]} ${31}
${products}= Get From Dictionary ${productList.json()} products
Set Test Variable ${products} ${products}

Expand Down

0 comments on commit 2f5fe37

Please sign in to comment.