From 3554c52a200c0241ad1b5f87b7b1787181b4f3c6 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Thu, 30 Jan 2014 10:24:38 -0500 Subject: [PATCH] update test to reflect that the non-microsite homepage has been changed to remove all the partnership content --- lms/djangoapps/courseware/tests/test_microsites.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lms/djangoapps/courseware/tests/test_microsites.py b/lms/djangoapps/courseware/tests/test_microsites.py index e9cd776376..105b526b95 100644 --- a/lms/djangoapps/courseware/tests/test_microsites.py +++ b/lms/djangoapps/courseware/tests/test_microsites.py @@ -114,12 +114,6 @@ class TestMicrosites(ModuleStoreTestCase, LoginEnrollmentTestCase): # assert that footer template has been properly overriden on homepage self.assertNotContains(resp, 'This is a Test Microsite footer') - # assert that the edX partners section is not in the HTML - self.assertContains(resp, '
') - - # assert that the edX partners tag line is not in the HTML - self.assertContains(resp, 'Explore free courses from') - def test_microsite_course_enrollment(self): """