2241
2241
"""Showing last_updated shows the text."""
2242
2242
navigator, mustache_model = self.getNavigator()
2243
2243
self.assertIn('show_last_updated', navigator.field_visibility)
2245
2245
mustache_model['bugtasks'][0]['show_last_updated'] = True
2249
2249
class TestBugListingBatchNavigator(TestCaseWithFactory):