@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user