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
812f0ac0
Commit
812f0ac0
authored
Dec 01, 2021
by
龚小红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugFix:增加自动化到场修复下单失败失败,删除资料包增加等待时间。
parent
9405003b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
NoviceGuidance.java
...est/java/com/kjj/cases/assistant/menu/NoviceGuidance.java
+2
-0
Lottery.java
src/test/java/com/kjj/cases/live/lottery/Lottery.java
+3
-2
No files found.
src/test/java/com/kjj/cases/assistant/menu/NoviceGuidance.java
View file @
812f0ac0
...
...
@@ -626,6 +626,7 @@ public class NoviceGuidance implements Authorization {
@Test
(
description
=
"删除互助问答成功"
,
priority
=
37
)
public
void
删除互助问答成功
()
{
sleep
(
3000
);
Map
<
String
,
Object
>
Params
=
new
HashMap
<
String
,
Object
>();
Params
.
put
(
"forceDelete"
,
0
);
Params
.
put
(
"id"
,
qaID
);
...
...
@@ -646,6 +647,7 @@ public class NoviceGuidance implements Authorization {
@Test
(
description
=
"删除资料包"
,
priority
=
39
)
public
void
删除资料包
()
{
sleep
(
3000
);
Map
<
String
,
Object
>
Params
=
new
HashMap
<
String
,
Object
>();
Params
.
put
(
"id"
,
dataID
);
Response
response
=
network
.
postResponse
(
Params
,
BasicConfig
.
MANAGER_resource_delete
);
...
...
src/test/java/com/kjj/cases/live/lottery/Lottery.java
View file @
812f0ac0
...
...
@@ -37,6 +37,9 @@ public class Lottery implements Authorization {
visitorAuth2
();
connectSuccess
();
visitorAuto1
();
connectSuccess
();
}
@Test
(
description
=
"代理人抽奖活动弹层福利列表"
,
priority
=
1
)
...
...
@@ -1148,7 +1151,5 @@ public class Lottery implements Authorization {
throw
e
;
}
}
}
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