Commit 3247edb3 by zhangying

review

parent 87dd664c
...@@ -35,8 +35,8 @@ class TestLivePage(object): ...@@ -35,8 +35,8 @@ class TestLivePage(object):
self.Live_Discuss_Page.click_discuss_tab() self.Live_Discuss_Page.click_discuss_tab()
self.Live_Discuss_Page.sleep(2) self.Live_Discuss_Page.sleep(2)
# yield self.driver yield self.driver
# self.driver.quit() self.driver.quit()
@pytest.mark.run(order=1) @pytest.mark.run(order=1)
@allure.title("讨论区发送文字") @allure.title("讨论区发送文字")
......
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