fromlettuceimportworld,step@step(u'I click on the tabs then the page title should contain the following titles:')defi_click_on_the_tab_and_check(step):fortab_titleinstep.hashes:tab_text=tab_title['TabName']title=tab_title['PageTitle']world.click_link(tab_text)