Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oto
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
龚小红
oto
Commits
264e7301
Commit
264e7301
authored
May 09, 2023
by
龚小红
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Feature/signDetailAndExpert_20220424' into 'master'
修改 See merge request
!96
parents
1da422bd
e7eaa2ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
CheckTask.java
src/test/java/com/oto/cases/otoseller/CheckTask.java
+1
-1
Manager.java
src/test/java/com/oto/cases/otoseller/Manager.java
+0
-2
Work.java
src/test/java/com/oto/cases/otoseller/Work.java
+1
-1
No files found.
src/test/java/com/oto/cases/otoseller/CheckTask.java
View file @
264e7301
...
...
@@ -359,7 +359,7 @@ public class CheckTask implements Authorization {
Assert
.
assertTrue
(
data
,
network
.
message
(
params
,
BasicConfig
.
WORK_introduce_save
,
"创建转介绍客户失败"
,
response
.
body
().
asString
()));
params
.
clear
();
sleep
(
10
000
);
sleep
(
3
000
);
otoExpertAuth
();
params
.
put
(
"pageIndex"
,
1
);
params
.
put
(
"pageSize"
,
50
);
...
...
src/test/java/com/oto/cases/otoseller/Manager.java
View file @
264e7301
...
...
@@ -503,8 +503,6 @@ public class Manager implements Authorization {
Assert
.
assertEquals
(
liveId
,
IdMakeUtil
.
encodingId
(
8203L
),
network
.
message
(
params
,
BasicConfig
.
live_mapping_getTrueLinkInfo
,
"模糊查询结果错误"
,
response
.
body
().
asString
()));
}
@Test
(
description
=
"批量分配客户"
,
priority
=
42
)
public
void
批量分配客户
(){
custids
=
new
ArrayList
<
Integer
>();
...
...
src/test/java/com/oto/cases/otoseller/Work.java
View file @
264e7301
...
...
@@ -628,7 +628,7 @@ public class Work implements Authorization {
int
finishCustNum
=
response
.
jsonPath
().
getInt
(
"data.finishCustNum"
);
int
listSize
=
response
.
jsonPath
().
getInt
(
"data.list.size()"
);
Assert
.
assertEquals
(
finishCustNum
,
0
,
network
.
message
(
params
,
BasicConfig
.
WORK_taskList
,
"已完成数量记录错误"
,
response
.
body
().
asString
()));
Assert
.
assertEquals
(
listSize
,
7
,
network
.
message
(
params
,
BasicConfig
.
WORK_taskList
,
"待完成客户数统计错误"
,
response
.
body
().
asString
()));
Assert
.
assertEquals
(
listSize
,
6
,
network
.
message
(
params
,
BasicConfig
.
WORK_taskList
,
"待完成客户数统计错误"
,
response
.
body
().
asString
()));
}
...
...
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