diff --git a/common/test/acceptance/pages/lms/dashboard.py b/common/test/acceptance/pages/lms/dashboard.py index 456cff4b7a..b04f5554ab 100644 --- a/common/test/acceptance/pages/lms/dashboard.py +++ b/common/test/acceptance/pages/lms/dashboard.py @@ -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): """