Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xm-sportstest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiamai-test
xm-sportstest
Commits
5955803c
Commit
5955803c
authored
Dec 28, 2024
by
DuJunLi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码,增加等待时间
parent
bb3bb9c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
src/main/java/com/xiaomai/cases/polar/membercluster/TestCreateMemberCluster.java
+1
-0
No files found.
src/main/java/com/xiaomai/cases/polar/membercluster/TestCreateMemberCluster.java
View file @
5955803c
...
...
@@ -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"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment