Commit 3281fe57 by DuJunLi

增加睡眠时间

parent a60c73b8
...@@ -90,7 +90,7 @@ public class TestEditCampRuleSchedule extends SelectTargetTrainingCampAndGetInfo ...@@ -90,7 +90,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(2000); Thread.sleep(5000);
//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