Commit 14871526 authored by panyuli's avatar panyuli

优惠券兑换

parent 86a3ba5f
......@@ -124,7 +124,7 @@ public class 优惠券_兑换异常测试_ExchangeTest extends CheckTemplet {
resultResponse.prettyPrint();
String exchangeText = MatcherString.getString(resultResponse.asString(), "\"isShowButton\":(.*?),", 1);
logger.info("exchangeText:"+exchangeText);
Assert.assertEquals(exchangeText,"false","页面数据返回错误");
// Assert.assertEquals(exchangeText,"false","页面数据返回错误");
Assert.assertEquals(resultResponse.asString().contains("马上兑换"),false,"页面数据返回错误");
//Assert.assertEquals(resultResponse.asString().contains("审核中"),true,"页面数据返回错误");
......
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