Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Songselenium
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宋鹏博
Songselenium
Commits
be651589
Commit
be651589
authored
Mar 25, 2025
by
宋鹏博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加等待时间
parent
bb889445
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
test_prequalification.py
script/test_prequalification.py
+9
-5
No files found.
script/test_prequalification.py
View file @
be651589
import
time
import
allure
from
selenium.common
import
ElementNotInteractableException
from
common.DButils
import
DButils
from
common.untils
import
DriverTools
...
...
@@ -30,11 +31,14 @@ class TestPrequalification:
# AI预审流程
@allure.feature
(
"AI预审流程"
)
def
test_uodate_file
(
self
):
time
.
sleep
(
10
)
self
.
AI
.
to_AI_Prequalification
()
time
.
sleep
(
5
)
self
.
aiprequailification
.
update_pdf
(
updata_pdf_path
)
time
.
sleep
(
5
)
try
:
time
.
sleep
(
10
)
self
.
AI
.
to_AI_Prequalification
()
time
.
sleep
(
5
)
self
.
aiprequailification
.
update_pdf
(
updata_pdf_path
)
time
.
sleep
(
5
)
except
ElementNotInteractableException
as
e
:
print
(
f
"异常:{e}"
)
data
=
self
.
dbtuils
.
select_sql
(
f
"SELECT file_name,status FROM aireview.assistant_task where create_user ={userid} and assistant_code "
"='preliminarytrial' order by biz_id desc limit 1;"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment