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
91e1ae32
Commit
91e1ae32
authored
May 10, 2023
by
龚小红
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Feature/signDetailAndExpert_20220424' into 'master'
修改 See merge request
!97
parents
264e7301
7986567c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
CheckTask.java
src/test/java/com/oto/cases/otoseller/CheckTask.java
+1
-1
Work.java
src/test/java/com/oto/cases/otoseller/Work.java
+3
-3
No files found.
src/test/java/com/oto/cases/otoseller/CheckTask.java
View file @
91e1ae32
...
...
@@ -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
(
3
000
);
sleep
(
10
000
);
otoExpertAuth
();
params
.
put
(
"pageIndex"
,
1
);
params
.
put
(
"pageSize"
,
50
);
...
...
src/test/java/com/oto/cases/otoseller/Work.java
View file @
91e1ae32
...
...
@@ -49,10 +49,10 @@ public class Work implements Authorization {
menuList
(
3
);
otoAssistAuth
();
menuList
(
1
1
);
menuList
(
1
3
);
otoLeaderAuth
();
menuList
(
1
6
);
menuList
(
1
8
);
otoPMAuth
();
menuList
(
13
);
...
...
@@ -64,7 +64,7 @@ public class Work implements Authorization {
menuList
(
3
);
otoManagerAuth
();
menuList
(
2
1
);
menuList
(
2
3
);
}
@Test
(
description
=
"工作台_标签列表"
,
priority
=
5
)
...
...
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