From b604d647f8559d58c6153e85f8d34d2804051143 Mon Sep 17 00:00:00 2001 From: Andy Armstrong Date: Mon, 13 Jul 2015 17:58:16 -0400 Subject: [PATCH] Fix indentation --- common/test/acceptance/pages/lms/dashboard.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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): """