Add/Remove Bookmark button to each unit in LMS courseware.

TNL-1957
This commit is contained in:
muzaffaryousaf
2015-05-25 13:57:03 +05:00
parent c9b87aa099
commit 3cbbb8f3b1
33 changed files with 654 additions and 110 deletions

View File

@@ -119,7 +119,7 @@ class SplitTestBase(ModuleStoreTestCase):
content = resp.content
# Assert we see the proper icon in the top display
self.assertIn('<a class="{} inactive progress-0"'.format(self.ICON_CLASSES[user_tag]), content)
self.assertIn('<a class="{} inactive progress-0 nav-item"'.format(self.ICON_CLASSES[user_tag]), content)
# And proper tooltips
for tooltip in self.TOOLTIPS[user_tag]:
self.assertIn(tooltip, content)