Commit 96f3ea77 authored by 马博's avatar 马博

Merge branch 'master' of gitlab2.dui88.com:mabo/test-platform

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