Commit 5955803c by DuJunLi

优化代码,增加等待时间

parent bb3bb9c4
......@@ -165,6 +165,7 @@ public class TestCreateMemberCluster extends BaseTestImpl {
Assert.assertTrue(XMJSONPath.getJSONArrayByReadPath(dataApi.getApi_response(), "$.result.records").size() >= 0, "更新后,满足任意条件的会员名单数量有问题,存量数据有3个满足条件的,请检查杜君丽,吴彦祖,晨晨爸爸这3个学员为啥没满足条件");
//7. 操作定向运营
Thread.sleep(2000);
//7.1 批量发放微信消息
memberClusterTools.batchMessagePushForMemberCluster(clusterIdA, "WECHAT_COMMON");
Assert.assertTrue(Boolean.valueOf(XMJSONPath.readPath(dataApi.getApi_response(), "$.success")) == true, "调用接口返回结果:" + XMJSONPath.readPath(dataApi.getApi_response(), "$.message"));
......
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