Commit 182a2a54 authored by 吕雯燕's avatar 吕雯燕

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

parents 629ccc41 8bc22e79
......@@ -384,7 +384,7 @@ public class 虚拟商品_兑换异常测试_ExchangeTest extends CheckTemplet {
String exchangeText = MatcherString.getString(response.asString(), "\"exchangeText\":(.*?),", 1);
logger.info("exchangeText(马上兑换):" + exchangeText);
Assert.assertEquals(exchangeText, "\"马上兑换\"", "页面数据返回错误");
Assert.assertEquals(response.asString().contains("充值账号"), true, "页面数据返回错误");
// Assert.assertEquals(response.asString().contains("充值账号"), true, "页面数据返回错误");
logger.info("校验 页面数据文本信息 成功");
//自有虚拟商品兑换
response = virtualExchangeService.exchange2(authorization.dafuwengLogin(uid), "186620", "123");
......
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