Commit 4627349f by dujunli

增加睡眠时间

parent e27ebfaa
...@@ -271,7 +271,7 @@ public class ReserveTools extends XMBaseTest { ...@@ -271,7 +271,7 @@ public class ReserveTools extends XMBaseTest {
JSONObject body = new JSONObject(); JSONObject body = new JSONObject();
body.put("current",0); body.put("current",0);
body.put("size",500); body.put("size",600);
if (!courseId.equals("")){ if (!courseId.equals("")){
body.put("courseId",courseId); body.put("courseId",courseId);
} }
......
...@@ -91,7 +91,7 @@ public class TestEditCampRuleSchedule extends SelectTargetTrainingCampAndGetInfo ...@@ -91,7 +91,7 @@ public class TestEditCampRuleSchedule extends SelectTargetTrainingCampAndGetInfo
//给会员报名 //给会员报名
trainingTools.doSignCampOrder(memberId, this.price, this.campId,""); trainingTools.doSignCampOrder(memberId, this.price, this.campId,"");
orderId = XMJSONPath.readPath(dataApi.getApi_response(), "$.result"); orderId = XMJSONPath.readPath(dataApi.getApi_response(), "$.result");
Thread.sleep(8000); Thread.sleep(10000);
//check 预约记录(训练营预约记录,根据训练营活动筛选) //check 预约记录(训练营预约记录,根据训练营活动筛选)
JSONArray reserverList= reserveTools.getPageByStudio("","","","",null, JSONArray reserverList= reserveTools.getPageByStudio("","","","",null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment