Commit c26ce3f8 by 宋鹏博

修改等待时间

parent ca9cf577
...@@ -8,7 +8,7 @@ from common.untils import DriverTools ...@@ -8,7 +8,7 @@ from common.untils import DriverTools
from config import user_name, password, word_text, \ from config import user_name, password, word_text, \
updata_traditional_path, updata_music_path, updata_qrcode_path, updata_video_path, updata_picture_path, \ updata_traditional_path, updata_music_path, updata_qrcode_path, updata_video_path, updata_picture_path, \
knowledge_text, login_url, userid, updata_pdf_path, updata_pdf_name, \ knowledge_text, login_url, userid, updata_pdf_path, updata_pdf_name, \
example_knowlage, example_Content_risk example_knowlage, example_Content_risk, find_word_text
from paga.AIEditingRoomPage import AIER from paga.AIEditingRoomPage import AIER
from paga.AiPrequalificationPage import Aiprequalification from paga.AiPrequalificationPage import Aiprequalification
from paga.AiReviewPage import Aireview from paga.AiReviewPage import Aireview
...@@ -99,7 +99,7 @@ class TestAireview: ...@@ -99,7 +99,7 @@ class TestAireview:
# 查词查术语流程 # 查词查术语流程
@allure.feature("查词查术语流程") @allure.feature("查词查术语流程")
def test_find_word(self): def test_find_word(self):
self.aireview.find_word(knowledge_text) self.aireview.find_word(find_word_text)
time.sleep(5) time.sleep(5)
# 知识查证流程 # 知识查证流程
......
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