Commit 5fa769a8 by 宋鹏博

修改等待时间

parent 7fe57799
......@@ -17,7 +17,7 @@ class Aiprequalification(BasePage):
def update_pdf(self,updata_path):
self.find_ele(self.update_key).click()
time.sleep(2)
time.sleep(5)
self.find_ele(self.update_file).send_keys(updata_path)
time.sleep(3)
time.sleep(5)
self.find_ele(self.send_file).click()
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