Commit e852d374 authored by 吕雯燕's avatar 吕雯燕

lv

parent a437263c
......@@ -85,7 +85,7 @@ public class 商品分组组件_DuibaTest extends DuibaTestBase {
case 1:
Assert.assertEquals(response.jsonPath().getString("data.rows[0].title"),"支付宝充值","校验第一个商品title失败");
Assert.assertEquals(response.jsonPath().getString("data.rows[0].customCredits"),"100000","校验第一个商品credits失败");
Assert.assertEquals(response.jsonPath().getString("data.rows[0].customCredits"),"1000","校验第一个商品credits失败");
Assert.assertEquals(response.jsonPath().getString("data.rows[0].smallImage"),"//yun.dui88.com/images/201610/txqn3qz6o9.jpg","校验第一个商品smallImage失败");
Assert.assertEquals(response.jsonPath().getString("data.rows[1].title"),"10元话费","校验第二个商品title失败");
......
......@@ -61,7 +61,7 @@ public class 商品组件_DuibaTest extends DuibaTestBase{
Assert.assertEquals(response.jsonPath().getString("data.rows[0].smallImage"),"//yun.duiba.com.cn/developer/img/phonebilldingzhi10/telephone_charge_breviary.jpg","校验第一个商品smallImage失败");
Assert.assertEquals(response.jsonPath().getString("data.rows[1].title"),"支付宝充值","校验第二个商品title失败");
Assert.assertEquals(response.jsonPath().getString("data.rows[1].customCredits"),"100000","校验第二个商品credits失败");
Assert.assertEquals(response.jsonPath().getString("data.rows[1].customCredits"),"1000","校验第二个商品credits失败");
Assert.assertEquals(response.jsonPath().getString("data.rows[1].facePrice"),"0.00","校验第二个商品facePrice失败");
Assert.assertEquals(response.jsonPath().getString("data.rows[1].smallImage"),"//yun.dui88.com/images/201610/txqn3qz6o9.jpg","校验第二个商品smallImage失败");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment