Commit b604d647 by Andy Armstrong

Fix indentation

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