Remove state summary from the unit author page until SOL-192

This commit is contained in:
Braden MacDonald
2014-12-19 12:42:51 -08:00
committed by E. Kolpakov
parent 376e698764
commit 5f5b41d03f
3 changed files with 3 additions and 26 deletions

View File

@@ -146,7 +146,7 @@ class StudioLibraryContainerTest(ContainerBase, StudioLibraryTest):
library_block = self._get_library_xblock_wrapper(self.unit_page.xblocks[0])
self.assertFalse(library_block.has_validation_warning)
self.assertIn("3 matching components", library_block.author_content)
#self.assertIn("3 matching components", library_block.author_content) # Removed this assert until a summary message is added back to the author view (SOL-192)
self.library_fixture.create_xblock(self.library_fixture.library_location, XBlockFixtureDesc("html", "Html4"))
@@ -161,4 +161,4 @@ class StudioLibraryContainerTest(ContainerBase, StudioLibraryTest):
library_block = self._get_library_xblock_wrapper(self.unit_page.xblocks[0])
self.assertFalse(library_block.has_validation_message)
self.assertIn("4 matching components", library_block.author_content)
#self.assertIn("4 matching components", library_block.author_content) # Removed this assert until a summary message is added back to the author view (SOL-192)