Commit a6595214 by 宋鹏博

添加等待时间

parent f52c6e28
...@@ -30,6 +30,7 @@ class TestPrequalification: ...@@ -30,6 +30,7 @@ class TestPrequalification:
# AI预审流程 # AI预审流程
@allure.feature("AI预审流程") @allure.feature("AI预审流程")
def test_uodate_file(self): def test_uodate_file(self):
time.sleep(10)
self.AI.to_AI_Prequalification() self.AI.to_AI_Prequalification()
time.sleep(3) time.sleep(3)
self.aiprequailification.update_pdf(updata_pdf_path) self.aiprequailification.update_pdf(updata_pdf_path)
......
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