Commit 7417dfa7 by xyy

注释训练计划case

parent 3c6a31e0
...@@ -14,7 +14,6 @@ import com.xiaomai.utils.XMJSONPath; ...@@ -14,7 +14,6 @@ import com.xiaomai.utils.XMJSONPath;
import org.testng.Assert; import org.testng.Assert;
import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeMethod;
import org.testng.annotations.DataProvider; import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import javax.annotation.Resource; import javax.annotation.Resource;
...@@ -32,7 +31,7 @@ public class TestTrainingPlanRecordCreate extends BaseTestImpl { ...@@ -32,7 +31,7 @@ public class TestTrainingPlanRecordCreate extends BaseTestImpl {
super.beforeTest(); super.beforeTest();
} }
@Test(description = "保存动作训练计划>查看计划>发送给学员>删除训练计划") // @Test(description = "保存动作训练计划>查看计划>发送给学员>删除训练计划")
public void testTrainingPlanRecordCreate_1(){ public void testTrainingPlanRecordCreate_1(){
info.setTerminal(Terminal.C); info.setTerminal(Terminal.C);
info.setLoginUser(LoginAccount.GYM_MINIAPPC); info.setLoginUser(LoginAccount.GYM_MINIAPPC);
...@@ -148,7 +147,7 @@ public class TestTrainingPlanRecordCreate extends BaseTestImpl { ...@@ -148,7 +147,7 @@ public class TestTrainingPlanRecordCreate extends BaseTestImpl {
{"{\"items\":[{\"content\":\"自动化脚本生成的文本\",\"aspect\":\"\",\"type\":\"TEXT\"}]}"}, {"{\"items\":[{\"content\":\"自动化脚本生成的文本\",\"aspect\":\"\",\"type\":\"TEXT\"}]}"},
}; };
} }
@Test(description = "保存并发送图文训练计划>查看计划>编辑计划>删除训练计划",dataProvider = "dataProvider") // @Test(description = "保存并发送图文训练计划>查看计划>编辑计划>删除训练计划",dataProvider = "dataProvider")
public void testTrainingPlanRecordCreate_2(String content){ public void testTrainingPlanRecordCreate_2(String content){
info.setTerminal(Terminal.C); info.setTerminal(Terminal.C);
info.setLoginUser(LoginAccount.GYM_MINIAPPC); info.setLoginUser(LoginAccount.GYM_MINIAPPC);
......
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