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
6d92a5bf
Commit
6d92a5bf
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!129
parents
e411cadd
cae9328a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
GoldenEgg.java
src/test/java/com/kjj/cases/live/treasure/GoldenEgg.java
+3
-3
No files found.
src/test/java/com/kjj/cases/live/treasure/GoldenEgg.java
View file @
6d92a5bf
...
...
@@ -1033,8 +1033,8 @@ public class GoldenEgg implements Authorization {
locationResultParam
.
put
(
"scene"
,
1
);
Response
locationResultRes
=
network
.
getResponse
(
locationResultParam
,
BasicConfig
.
USER_locationResult
);
System
.
out
.
println
(
locationResultRes
.
body
().
asString
());
Object
winnerRegion
=
locationResultRes
.
jsonPath
().
getJsonObject
(
"data
.winnerRegion
"
);
Assert
.
assertNull
(
winnerRegion
,
network
.
message
(
locationResultParam
,
BasicConfig
.
USER_locationResult
,
"查询用户是否提交收货地址失败"
,
locationResultRes
.
body
().
asString
()));
Object
winnerRegion
=
locationResultRes
.
jsonPath
().
getJsonObject
(
"data"
);
Assert
.
assertN
otN
ull
(
winnerRegion
,
network
.
message
(
locationResultParam
,
BasicConfig
.
USER_locationResult
,
"查询用户是否提交收货地址失败"
,
locationResultRes
.
body
().
asString
()));
}
@Test
(
description
=
"提交收货地址"
,
priority
=
60
)
...
...
@@ -1094,7 +1094,7 @@ public class GoldenEgg implements Authorization {
ThreadSleepUtils
.
sleep
(
10000
);
}
@Test
(
description
=
"结束直播"
,
priority
=
64
)
public
void
closeLive
()
{
public
void
结束直播
()
{
Map
<
String
,
Object
>
closeParam
=
new
HashMap
<>();
closeParam
.
put
(
"liveid"
,
LiveConstants
.
getValue
(
LiveConstants
.
StringKeyEnum
.
LIVE_ID
.
getKey
()));
closeParam
.
put
(
"cid"
,
101
);
...
...
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