def test_that_firebug_has_install_link(self, mozwebqa):
     """Test for Litmus 15327."""
     response = AddonsAPI(mozwebqa, 'Firebug')
     Assert.contains("fx.xpi?src=api", response.get_install_link())
 def test_that_firebug_has_install_link(self, base_url):
     response = AddonsAPI(base_url, 'Firebug')
     assert 'fx.xpi?src=api' in response.get_install_link()
Exemple #3
0
 def test_that_firebug_has_install_link(self, mozwebqa):
     response = AddonsAPI(mozwebqa, 'Firebug')
     Assert.contains("fx.xpi?src=api", response.get_install_link())
 def test_that_firebug_has_install_link(self, mozwebqa):
     response = AddonsAPI(mozwebqa, 'Firebug')
     assert 'fx.xpi?src=api' in response.get_install_link()