Commit 81bf9bc4 by 宋鹏博

1

parent 21ed84b1
......@@ -53,8 +53,7 @@ class Aireview(BasePage):
self.few_dind = (By.XPATH, "(//div[@class='btn-item'])[1]")
# 开始审校按钮
self.start_review_btn=(By.XPATH,"//button[@type='button']")
self.start_review_btn = (By.XPATH, "//button[@type='button']")
# 图书审校
def book_review(self, updata_path):
......
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