Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test-platform
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
马博
test-platform
Commits
99d75073
Commit
99d75073
authored
Oct 31, 2019
by
赵然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zr
parent
fdecc52f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
插件场景测试_pluginTest.java
...java/http/cases/PluginActivityTest/插件场景测试_pluginTest.java
+1
-1
种红包新用户_AccessTest.java
src/test/java/http/cases/WalletTest/种红包新用户_AccessTest.java
+1
-1
No files found.
src/test/java/http/cases/PluginActivityTest/插件场景测试_pluginTest.java
View file @
99d75073
...
...
@@ -234,7 +234,7 @@ public class 插件场景测试_pluginTest extends DuibaTestBase {
}
@Test
(
description
=
"插件首页有效期内首次访问"
)
//
@Test(description = "插件首页有效期内首次访问")
public
void
插件首页有效期内首次访问测试
()
throws
Exception
{
int
uid
=
6552
;
...
...
src/test/java/http/cases/WalletTest/种红包新用户_AccessTest.java
View file @
99d75073
...
...
@@ -74,7 +74,7 @@ public class 种红包新用户_AccessTest extends DuibaTestBase{
Assert
.
assertEquals
(
landStatus
,
"4"
,
"新人第一块土地状态校验失败"
);
Thread
.
sleep
(
5
000
);
Thread
.
sleep
(
10
000
);
//获取新人红包订单号
Map
<
String
,
Object
>
sqlResult
=
jdbc
.
findSimpleResult
(
"select * from activity_order_con.tb_trade_center_activity_order_"
+
tag
+
" where consumer_id ="
+
consumerId
+
" and activity_type = 'seedRedPacket'"
);
String
orderId
=
sqlResult
.
get
(
"order_num"
).
toString
();
...
...
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