Commit 37ea63cf by yangfangfang

物品

parent 4c3344e1
......@@ -496,7 +496,7 @@ public class TestCreateGoods extends XMBaseTest {
}
@Test(description = "数据清理",priority = 1)
public void deleteGood()throws InterruptedException{
public void deleteGood(){
goodTools.deleteGoods(studioResult1);//删除新建的多规格物品
......
......@@ -708,4 +708,8 @@ public class TestModifyGoods extends XMBaseTest {
}
@Test(description = "删除物品",priority = 1)
public void delete(){
goodTools.deleteGoods(createGoodsId);
}
}
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