def test_that_featured_personas_is_present_and_has_5_item(self):
     """ TestCase for Litmus 15079, 15080 """
     discovery_pane= DiscoveryPane(self.selenium, self.basepath)
     self.assertTrue(discovery_pane.is_personas_section_visible())
     self.assertEqual(5, discovery_pane.personas_count)
     self.assertTrue(discovery_pane.is_personas_see_all_link_visible())
 def test_that_featured_personas_is_present_and_has_5_item(self, testsetup):
     """ TestCase for Litmus 15079, 15080 """
     discovery_pane = DiscoveryPane(testsetup, self.basepath)
     Assert.true(discovery_pane.is_personas_section_visible())
     Assert.equal(5, discovery_pane.personas_count)
     Assert.true(discovery_pane.is_personas_see_all_link_visible())
 def test_that_featured_personas_is_present_and_has_5_item(self):
     """ TestCase for Litmus 15079, 15080 """
     discovery_pane= DiscoveryPane(self.selenium, self.basepath)
     self.assertTrue(discovery_pane.is_personas_section_visible())
     self.assertEqual(5, discovery_pane.personas_count)
     self.assertTrue(discovery_pane.is_personas_see_all_link_visible())