Merge "Remove redundant line to open login page"

This commit is contained in:
Jenkins 2016-04-19 10:32:28 +00:00 committed by Gerrit Code Review
commit 0d6703d017
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class BasePage(pageobject.PageObject):
def log_out(self):
self.topbar.user_dropdown_menu.click_on_logout()
return self.go_to_login_page()
def go_to_help_page(self):
self.topbar.user_dropdown_menu.click_on_help()