Commit c2f69022 by dujunli

Merge remote-tracking branch 'origin/master'

parents b3dd7862 9d714d26
......@@ -57,7 +57,7 @@ public class TestGetApply extends XMBaseTest {
//若有数据,检验详情里的场馆信息跟品牌信息匹配;若无返回报错
if (total != 0) {
Assert.assertEquals(XMJSONPath.readPath(response, "$.message"), "操作成功!");
Assert.assertEquals(XMJSONPath.readPath(response, "$.result.openState"), "SUCCESS");//检验开通状态
// Assert.assertEquals(XMJSONPath.readPath(response, "$.result.openState"), "FAIL");//检验开通状态,谁提交的话,每次提交不同结果也不同,暂时去掉
} else {
Assert.assertEquals(XMJSONPath.readPath(response, "$.message"), "数据不存在");
}
......
......@@ -63,7 +63,7 @@ public class TestExportCard extends XMBaseTest {
xmAppApi.doRequest(RequestType.JSON,params,object.toString(),headers).assetsSuccess(true);
try {
Thread.sleep(5000);
Thread.sleep(8000);
} catch (InterruptedException e) {
e.printStackTrace();
}
......
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