also even when we have a marketing site, we still need a course image for the dashboard

This commit is contained in:
Chris Dodge
2013-09-05 21:07:22 -04:00
parent 9aa024b585
commit 0a6565b882
3 changed files with 14 additions and 5 deletions

View File

@@ -128,7 +128,10 @@ class CourseDetailsTestCase(CourseTestCase):
self.assertContains(response, "Enrollment End Date")
self.assertContains(response, "not the dates shown on your course summary page")
self.assertNotContains(response, "Introducing Your Course")
self.assertContains(response, "Introducing Your Course")
self.assertContains(response, "Course Image")
self.assertNotContains(response,"Course Overview")
self.assertNotContains(response,"Course Introduction Video")
self.assertNotContains(response, "Requirements")
def test_regular_site_fetch(self):