Commit d7012444 by 宋鹏博

添加等待时间

parent d9463f55
......@@ -20,5 +20,5 @@ class Aiprequalification(BasePage):
self.find_ele(self.update_key).click()
time.sleep(5)
self.find_ele(self.update_file).send_keys(updata_path)
time.sleep(5)
time.sleep(10)
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