Fix indentation

This commit is contained in:
Andy Armstrong
2015-07-13 17:58:16 -04:00
parent c35ebb7658
commit b604d647f8

View File

@@ -174,11 +174,11 @@ class DashboardPage(PageObject):
"""
return self.q(css='.dropdown-menu li a').text
def click_my_profile_link(self):
"""
Click on `Profile` link.
"""
self.q(css='.dropdown-menu li a').nth(1).click()
def click_my_profile_link(self):
"""
Click on `Profile` link.
"""
self.q(css='.dropdown-menu li a').nth(1).click()
def click_account_settings_link(self):
"""