Exemple #1
0
 def test_that_firebug_is_listed_first_in_addons_search_for_firebug(self, testsetup):
     """TestCase for Litmus 15316"""
     addons_xml = AddOnsAPI(testsetup)
     Assert.equal("Firebug", addons_xml.get_name_of_first_addon())
 def test_that_firebug_is_listed_first_in_addons_search_for_fire(self, mozwebqa):
     """TestCase for Litmus 15314"""
     addons_xml = AddOnsAPI(mozwebqa, "fire")
     Assert.equal("Firebug", addons_xml.get_name_of_first_addon())