Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xm-sportstest
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiamai-test
xm-sportstest
Commits
924267f7
Commit
924267f7
authored
Dec 31, 2024
by
xuyamei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口修改优化
parent
f96e2d68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/main/java/com/xiaomai/cases/polar/admin/TestStudioRoleCreate.java
+2
-3
No files found.
src/main/java/com/xiaomai/cases/polar/admin/TestStudioRoleCreate.java
View file @
924267f7
...
...
@@ -9,7 +9,6 @@ import com.xiaomai.enums.LoginAccount;
import
com.xiaomai.enums.RequestType
;
import
com.xiaomai.enums.Terminal
;
import
org.testng.Assert
;
import
org.testng.annotations.BeforeClass
;
import
org.testng.annotations.BeforeMethod
;
import
org.testng.annotations.Test
;
...
...
@@ -57,7 +56,7 @@ public class TestStudioRoleCreate extends BaseTestImpl {
xmAppApi
.
doRequest
(
RequestType
.
JSON
,
params
,
body
,
headers
).
assetsSuccess
(
true
);
try
{
Thread
.
sleep
(
3
000
);
Thread
.
sleep
(
6
000
);
}
catch
(
InterruptedException
e
)
{
throw
new
RuntimeException
(
e
);
}
...
...
@@ -84,7 +83,7 @@ public class TestStudioRoleCreate extends BaseTestImpl {
Assert
.
assertEquals
(
flag
,
true
,
"创建角色失败"
);
try
{
Thread
.
sleep
(
3
000
);
Thread
.
sleep
(
10
000
);
}
catch
(
InterruptedException
e
)
{
throw
new
RuntimeException
(
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