Commit 7986567c authored by 龚小红's avatar 龚小红

修改

parent e7eaa2ef
...@@ -359,7 +359,7 @@ public class CheckTask implements Authorization { ...@@ -359,7 +359,7 @@ public class CheckTask implements Authorization {
Assert.assertTrue(data,network.message(params,BasicConfig.WORK_introduce_save,"创建转介绍客户失败",response.body().asString())); Assert.assertTrue(data,network.message(params,BasicConfig.WORK_introduce_save,"创建转介绍客户失败",response.body().asString()));
params.clear(); params.clear();
sleep(3000); sleep(10000);
otoExpertAuth(); otoExpertAuth();
params.put("pageIndex", 1); params.put("pageIndex", 1);
params.put("pageSize", 50); params.put("pageSize", 50);
......
...@@ -49,10 +49,10 @@ public class Work implements Authorization { ...@@ -49,10 +49,10 @@ public class Work implements Authorization {
menuList(3); menuList(3);
otoAssistAuth(); otoAssistAuth();
menuList(11); menuList(13);
otoLeaderAuth(); otoLeaderAuth();
menuList(16); menuList(18);
otoPMAuth(); otoPMAuth();
menuList(13); menuList(13);
...@@ -64,7 +64,7 @@ public class Work implements Authorization { ...@@ -64,7 +64,7 @@ public class Work implements Authorization {
menuList(3); menuList(3);
otoManagerAuth(); otoManagerAuth();
menuList(21); menuList(23);
} }
@Test(description = "工作台_标签列表",priority = 5) @Test(description = "工作台_标签列表",priority = 5)
......
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