Removed the save_html line
This commit is contained in:
@@ -12,7 +12,6 @@ def i_click_on_view_courseware(step):
|
||||
@step('I click on the "([^"]*)" tab$')
|
||||
def i_click_on_the_tab(step, tab_text):
|
||||
world.click_link(tab_text)
|
||||
world.save_the_html()
|
||||
|
||||
|
||||
@step('I visit the courseware URL$')
|
||||
|
||||
@@ -8,5 +8,4 @@ def i_click_on_the_tab_and_check(step):
|
||||
tab_text = tab_title['TabName']
|
||||
title = tab_title['PageTitle']
|
||||
world.click_link(tab_text)
|
||||
world.save_the_html()
|
||||
assert(title in world.browser.title)
|
||||
|
||||
Reference in New Issue
Block a user