Commit 9aba0cb1 authored by 龚小红's avatar 龚小红

Merge branch 'Feature/20220415-gxh' into 'master'

增加销售工作台手机端的测试用例

See merge request test-group/kejiji!247
parents 8cad5c6d 76b80b46
...@@ -248,7 +248,7 @@ public class Work implements Authorization { ...@@ -248,7 +248,7 @@ public class Work implements Authorization {
int custFlow = response.jsonPath().getInt("data.custInfo.custFlow"); int custFlow = response.jsonPath().getInt("data.custInfo.custFlow");
int commitInsure = response.jsonPath().getInt("data.custInfo.commitInsure"); int commitInsure = response.jsonPath().getInt("data.custInfo.commitInsure");
int commitPlanFlag = response.jsonPath().getInt("data.custInfo.commitPlanFlag"); int commitPlanFlag = response.jsonPath().getInt("data.custInfo.commitPlanFlag");
Assert.assertEquals(custFlow,0,network.message(params,BasicConfig.WORK_detail,"新客户流程组状态错误非0",response.body().asString())); Assert.assertEquals(custFlow,1,network.message(params,BasicConfig.WORK_detail,"新客户流程组状态错误非0",response.body().asString()));
Assert.assertEquals(commitInsure,0,network.message(params,BasicConfig.WORK_detail,"新客户提交计划书状态错误非0",response.body().asString())); Assert.assertEquals(commitInsure,0,network.message(params,BasicConfig.WORK_detail,"新客户提交计划书状态错误非0",response.body().asString()));
Assert.assertEquals(commitPlanFlag,0,network.message(params,BasicConfig.WORK_detail,"新客户投保要素确认状态错误非0",response.body().asString())); Assert.assertEquals(commitPlanFlag,0,network.message(params,BasicConfig.WORK_detail,"新客户投保要素确认状态错误非0",response.body().asString()));
......
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