Revert "ECOM-3201"

This reverts commit 628843f62c.
This commit is contained in:
tasawernawaz
2016-04-14 14:23:41 +00:00
parent db9037bc86
commit e962a39ef7
4 changed files with 43 additions and 88 deletions

View File

@@ -499,11 +499,11 @@ class DashboardTest(ModuleStoreTestCase):
self.client.login(username="jack", password="test")
response = self.client.get(reverse("dashboard"))
# "Explore courses" is shown in the side panel
self.assertContains(response, "Explore courses")
# "Find courses" is shown in the side panel
self.assertContains(response, "Find courses")
# But other links are hidden in the navigation
self.assertNotContains(response, "How it works")
self.assertNotContains(response, "How it Works")
self.assertNotContains(response, "Schools & Partners")
def test_course_mode_info_with_honor_enrollment(self):