Commit 99d75073 authored by 赵然's avatar 赵然

zr

parent fdecc52f
......@@ -234,7 +234,7 @@ public class 插件场景测试_pluginTest extends DuibaTestBase {
}
@Test(description = "插件首页有效期内首次访问")
//@Test(description = "插件首页有效期内首次访问")
public void 插件首页有效期内首次访问测试() throws Exception{
int uid = 6552;
......
......@@ -74,7 +74,7 @@ public class 种红包新用户_AccessTest extends DuibaTestBase{
Assert.assertEquals(landStatus,"4","新人第一块土地状态校验失败");
Thread.sleep(5000);
Thread.sleep(10000);
//获取新人红包订单号
Map<String,Object> sqlResult = jdbc.findSimpleResult("select * from activity_order_con.tb_trade_center_activity_order_"+tag+" where consumer_id ="+consumerId+" and activity_type = 'seedRedPacket'");
String orderId = sqlResult.get("order_num").toString();
......
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