Commit 2f47bea2 authored by 龚小红's avatar 龚小红

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

增加秒杀助力完成后查询延时3s的逻辑

See merge request test-group/kejiji!153
parents 672e3ffb fc35a967
......@@ -878,6 +878,7 @@ public class SecondKill implements Authorization {
@Test(description = "查看秒杀资格商品详情", priority = 42)
public void 查看秒杀资格商品详情() {
visitorAuth9();
sleep(3000);
Map<String, Object> goodsDetailPar = new HashMap<>();
goodsDetailPar.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.ENCODE_LIVE_ID.getKey()));
goodsDetailPar.put("confId",ConfSecondKill.QualifiedId);
......
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