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
871deaf4
Commit
871deaf4
authored
Oct 21, 2021
by
龚小红
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Feature/20211015-gxh' into 'master'
修复抽奖转盘的抽奖码数量的接口判断逻辑 See merge request test-group/kejiji!144
parents
5c13533a
c4e48658
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GameLottery.java
...java/com/kjj/cases/assistant/markettools/GameLottery.java
+1
-1
Lottery.java
src/test/java/com/kjj/cases/live/lottery/Lottery.java
+1
-1
No files found.
src/test/java/com/kjj/cases/assistant/markettools/GameLottery.java
View file @
871deaf4
...
...
@@ -659,7 +659,7 @@ public class GameLottery implements Authorization {
Assert
.
assertNotNull
(
data
,
network
.
message
(
params
,
LOTTERRY_getDrawRecord
,
"返回数据为空"
,
response
.
body
().
asString
()));
int
size
=
response
.
jsonPath
().
getInt
(
"data.list.size()"
);
Assert
.
assertTrue
(
size
==
1
,
network
.
message
(
params
,
LOTTERRY_getDrawRecord
,
"中奖奖品名称错误"
,
response
.
body
().
asString
()));
Assert
.
assertTrue
(
size
==
2
,
network
.
message
(
params
,
LOTTERRY_getDrawRecord
,
"中奖奖品名称错误"
,
response
.
body
().
asString
()));
}
@Test
(
description
=
"代理人_获取概率中奖抽奖活动的中奖人列表(未领奖)"
,
priority
=
26
)
...
...
src/test/java/com/kjj/cases/live/lottery/Lottery.java
View file @
871deaf4
...
...
@@ -886,7 +886,7 @@ public class Lottery implements Authorization {
@Test
(
description
=
"访客H抽奖码数量"
,
priority
=
79
)
public
void
访客
H
抽奖码数量
()
{
visitorAuth9
();
codeCount
(
5
);
codeCount
(
7
);
}
...
...
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