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
6936e28a
Commit
6936e28a
authored
Apr 15, 2022
by
龚小红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新流程组的字段更新需求
parent
48b7e62f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
Work.java
src/test/java/com/kjj/cases/otoseller/Work.java
+0
-11
No files found.
src/test/java/com/kjj/cases/otoseller/Work.java
View file @
6936e28a
...
...
@@ -410,17 +410,6 @@ public class Work implements Authorization {
Assert
.
assertTrue
(
data
,
network
.
message
(
params
,
BasicConfig
.
WORK_edit
,
"修改客户基础信息失败"
,
response
.
body
().
asString
()));
}
@Test
(
description
=
"客户状态见面为已成单"
,
priority
=
38
)
public
void
客户状态见面为已成单
(){
sleep
(
1000
);
Response
response
=
network
.
getResponse
(
BasicConfig
.
WORK_staticChart
);
int
toFacilitate
=
response
.
jsonPath
().
getInt
(
"data[3].custNum"
);
int
completedOrder
=
response
.
jsonPath
().
getInt
(
"data[4].custNum"
);
int
num
=
chart
.
get
(
"toFacilitate"
);
Assert
.
assertEquals
(
toFacilitate
,
num
,
network
.
message
(
BasicConfig
.
WORK_staticChart
,
"待促成客户未减1"
,
response
.
body
().
asString
()));
Assert
.
assertEquals
(
completedOrder
,
chart
.
get
(
"completedOrder"
)+
1
,
network
.
message
(
BasicConfig
.
WORK_staticChart
,
"已成单客户未加1"
,
response
.
body
().
asString
()));
}
@Test
(
description
=
"查看客户动态"
,
priority
=
39
)
public
void
查看客户动态
(){
HashMap
<
String
,
Object
>
params
=
new
HashMap
<>();
...
...
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