Example #1
0
 def test_that_topcrasher_is_not_returning_http500(self, mozwebqa):
     csp = CrashStatsHomePage(mozwebqa)
     csp.get_url_path(csp.base_url + '/topcrasher')
     Assert.contains('Top Crashers', csp.get_page_name)
     Assert.true(csp.results_found(), 'No results found!')
Example #2
0
 def test_that_topcrasher_is_not_returning_http500(self, mozwebqa):
     csp = CrashStatsHomePage(mozwebqa)
     csp.get_url_path(csp.base_url + '/topcrasher')
     Assert.contains('Top Crashers', csp.get_page_name)
     Assert.true(csp.results_found(), 'No results found!')