Fix indentation
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user