Commit 4ce43b80 by 之约

修改代码

parent 481eebc2
......@@ -54,7 +54,7 @@ class AIBookreview(BasePage):
self.find_ele(self.update_btn).click()
time.sleep(3)
self.find_ele(self.update_file).send_keys(updata_path)
time.sleep(5)
time.sleep(20)
self.find_ele(self.book_btn).send_keys("四川故事")
time.sleep(3)
self.find_ele(self.send_file).click()
......
......@@ -32,13 +32,13 @@ class TestAIBookreview:
@allure.feature("文学书评流程")
def test_find_Literary(self):
self.aibookreview.ai_Literary()
time.sleep(40)
time.sleep(60)
# AI书评编辑-上传社科书评
@allure.feature("上传社科书评流程")
def test_find_AiNewmediae(self):
self.aibookreview.update_social_btn(updata_AiNewmediae_path)
time.sleep(80)
time.sleep(100)
ws_error(2)
time.sleep(3)
......
......@@ -32,7 +32,7 @@ class TestaiSelectedtopic:
@allure.feature("选题资讯-解读当前资讯流程")
def test_ai_information(self):
self.aiselectedtopic.ai_information()
time.sleep(30)
time.sleep(60)
ws_error(1)
time.sleep(3)
......@@ -40,14 +40,14 @@ class TestaiSelectedtopic:
@allure.feature("匹配热点话题")
def test_ai_freshnews(self):
self.aiselectedtopic.ai_freshnews()
time.sleep(20)
time.sleep(40)
ws_error(1)
time.sleep(3)
@allure.feature("选题资讯-图书榜单按钮解读流程")
def test_ai_bookrankings(self):
self.aiselectedtopic.ai_bookrankings()
time.sleep(30)
time.sleep(60)
ws_error(1)
time.sleep(3)
......
......@@ -32,7 +32,7 @@ class TestaiSelectedtopic:
@allure.feature("取书名流程")
def test_booktitle(self):
self.aitopicplanning.ai_booktitle()
time.sleep(20)
time.sleep(60)
ws_error(1)
time.sleep(3)
......
......@@ -32,7 +32,7 @@ class TestAiNewmediaeditor:
@allure.feature("微博流程")
def test_find_Weibo(self):
self.ainewmediaeditorPage.ai_Weibo()
time.sleep(30)
time.sleep(60)
# # AI新媒体编辑-上传直播间口播稿
# @allure.feature("上传直播间口播稿流程")
......
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