Commit 40c0c6ad authored by 章 登恒's avatar 章 登恒
Browse files

commit

parent 55e788a5
...@@ -332,7 +332,7 @@ class Outstore1(PurchaseOrder): # 出库三步曲 ...@@ -332,7 +332,7 @@ class Outstore1(PurchaseOrder): # 出库三步曲
# 元素el2出现时认为提交成功 # 元素el2出现时认为提交成功
locator = (By.XPATH, '//p[text()="流程结束"]') locator = (By.XPATH, '//p[text()="流程结束"]')
wait.until(ec.presence_of_element_located(locator)) wait.until(ec.presence_of_element_located(locator))
PurchaseOrder.closetab() PurchaseOrder.closetab(self)
print('出库复核成功') print('出库复核成功')
......
Supports Markdown
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