Skip to content
Snippets Groups Projects
Commit 3554c52a authored by Chris Dodge's avatar Chris Dodge Committed by Brian Talbot
Browse files

update test to reflect that the non-microsite homepage has been changed to...

update test to reflect that the non-microsite homepage has been changed to remove all the partnership content
parent 26eefc94
No related merge requests found
......@@ -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, '<section class="university-partners university-partners2x6">')
# 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):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment