Пример #1
0
 def test_that_firebug_addon_type_id_is_1(self, mozwebqa):
     """Test for Litmus 15316."""
     response = AddonsAPI(mozwebqa, 'Firebug')
     Assert.equal(1, response.get_addon_type_id())
Пример #2
0
 def test_that_firebug_addon_type_id_is_1(self, mozwebqa):
     response = AddonsAPI(mozwebqa, 'Firebug')
     Assert.equal(1, response.get_addon_type_id())
Пример #3
0
 def test_that_firebug_addon_type_id_is_1(self, mozwebqa):
     response = AddonsAPI(mozwebqa, 'Firebug')
     Assert.equal(1, response.get_addon_type_id())
Пример #4
0
 def test_that_firebug_addon_type_id_is_1(self, base_url):
     response = AddonsAPI(base_url, 'Firebug')
     assert 1 == response.get_addon_type_id()
Пример #5
0
 def test_that_firebug_addon_type_id_is_1(self, mozwebqa):
     response = AddonsAPI(mozwebqa, 'Firebug')
     assert 1 == response.get_addon_type_id()
Пример #6
0
 def test_that_firebug_addon_type_id_is_1(self, mozwebqa):
     """Test for Litmus 15316."""
     response = AddonsAPI(mozwebqa, 'Firebug')
     Assert.equal(1, response.get_addon_type_id())