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
a73cfae3
Commit
a73cfae3
authored
Sep 27, 2021
by
龚小红
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Feature/20210926-gxh' into 'master'
兑奖流程增加延时 See merge request test-group/kejiji!130
parents
6d92a5bf
5ab3e208
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
GoldenEgg.java
src/test/java/com/kjj/cases/live/treasure/GoldenEgg.java
+3
-0
No files found.
src/test/java/com/kjj/cases/live/treasure/GoldenEgg.java
View file @
a73cfae3
...
...
@@ -893,6 +893,7 @@ public class GoldenEgg implements Authorization {
@Test
(
description
=
"访客A实物兑奖成功"
,
priority
=
51
)
public
void
访客
A
实物兑奖成功
()
{
visitorAuth
();
sleep
(
2000
);
Map
<
String
,
Object
>
param
=
new
HashMap
<>();
param
.
put
(
"liveId"
,
LiveConstants
.
getValue
(
LiveConstants
.
StringKeyEnum
.
ENCODE_LIVE_ID
.
getKey
()));
param
.
put
(
"treasureConfId"
,
ConfId
);
...
...
@@ -942,6 +943,7 @@ public class GoldenEgg implements Authorization {
@Test
(
description
=
"访客B抽奖码兑奖成功"
,
priority
=
54
)
public
void
访客
B
抽奖码兑奖成功
()
{
visitorAuth2
();
sleep
(
2000
);
Map
<
String
,
Object
>
param
=
new
HashMap
<>();
param
.
put
(
"liveId"
,
LiveConstants
.
getValue
(
LiveConstants
.
StringKeyEnum
.
ENCODE_LIVE_ID
.
getKey
()));
param
.
put
(
"treasureConfId"
,
ConfId
);
...
...
@@ -991,6 +993,7 @@ public class GoldenEgg implements Authorization {
@Test
(
description
=
"访客F红包兑奖成功"
,
priority
=
57
)
public
void
访客
F
红包兑奖成功
()
{
visitorAuth8
();
sleep
(
2000
);
Map
<
String
,
Object
>
param
=
new
HashMap
<>();
param
.
put
(
"liveId"
,
LiveConstants
.
getValue
(
LiveConstants
.
StringKeyEnum
.
ENCODE_LIVE_ID
.
getKey
()));
param
.
put
(
"treasureConfId"
,
ConfId
);
...
...
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