Commit c59dd5b0 by zhangyuxiao

注释掉装修小程序

parent b9f6098e
......@@ -32,7 +32,7 @@ public class TestSetPageConfig extends XMBaseTest {
super.beforeTest();
}
@Test(description = "修改小程序页面配置-首页")
//@Test(description = "修改小程序页面配置-首页")
public void testSetStyleConfig(){
String shareText = "自动化脚本首页分享"+RandomStringUtil.randomString(5);
......@@ -42,7 +42,7 @@ public class TestSetPageConfig extends XMBaseTest {
Assert.assertEquals(appletTools.getPageConfig("HOME").getJSONObject("result").getJSONObject("shareSetting").getString("shareText"),shareText);
}
@Test(description = "修改小程序页面配置-约课")
//@Test(description = "修改小程序页面配置-约课")
public void testSetStyleConfig_1(){
String shareText = "自动化脚本约课页面分享"+RandomStringUtil.randomString(5);
......@@ -52,7 +52,7 @@ public class TestSetPageConfig extends XMBaseTest {
}
@Test(description = "修改小程序页面配置-我的")
//@Test(description = "修改小程序页面配置-我的"),json一直在更新,每次上线后脚本的json不更新就会产生脏数据,先注释掉
public void testSetStyleConfig_2(){
String shareText = "自动化脚本我的页面分享"+RandomStringUtil.randomString(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