Commit 85c30bb6 by yangfangfang

物品

parent 7eae6c56
...@@ -198,11 +198,6 @@ public class TestGoodsOrderByDeposit extends XMBaseTest { ...@@ -198,11 +198,6 @@ public class TestGoodsOrderByDeposit extends XMBaseTest {
Assert.assertEquals(refundAfterConfirmedAmount,afterConfirmedAmount.subtract(cardPrice.setScale(2,RoundingMode.HALF_UP)),"退掉使用储值卡全额抵扣购买的物品,确认收入减少储值卡充值金额"); Assert.assertEquals(refundAfterConfirmedAmount,afterConfirmedAmount.subtract(cardPrice.setScale(2,RoundingMode.HALF_UP)),"退掉使用储值卡全额抵扣购买的物品,确认收入减少储值卡充值金额");
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
//校验3:储值卡额度增加,剩余充值金额+赠送金额增加 //校验3:储值卡额度增加,剩余充值金额+赠送金额增加
//获取储值卡详情 //获取储值卡详情
JSONObject fetchDetailById2=cardTools.memberCardFindDetailById(cardId1); JSONObject fetchDetailById2=cardTools.memberCardFindDetailById(cardId1);
......
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