Commit e3b0db6c by zhangying

review

parent 95c20f75
...@@ -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