Updated test to reflect new class name for course titles.

This commit is contained in:
Jay Zoldak
2013-02-19 13:50:40 -05:00
parent 301d58d648
commit 8c423da6db

View File

@@ -342,7 +342,7 @@ class ContentStoreTest(ModuleStoreTestCase):
# Create a course so there is something to view
resp = self.client.get(reverse('index'))
self.assertContains(resp,
'<h1>My Courses</h1>',
'<h1 class="title-1">My Courses</h1>',
status_code=200,
html=True)