Commit 8e4c40e3 by zhangyuxiao

创建体验卡前增加3秒延时

parent fb7ba26f
......@@ -227,11 +227,7 @@ public class TestCreateMemberCluster extends BaseTestImpl {
experienceCardId = XMJSONPath.readPath(dataApi.getApi_response(), "$.result[0].id");
} else {
//创建新的用于营销活动的体验卡
try {
Thread.sleep(3000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
Thread.sleep(3000);
experienceCardId = tools.create("EXPERIENCE_CARD", experienceCardName, "全部", "YES", "课程次数", true).getString("result");
}
......
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