also even when we have a marketing site, we still need a course image for the dashboard
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user