Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
updated the lowest version # to 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Brandt committed May 31, 2012
1 parent f48cbd8 commit 4cb6912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_crash_reports.py
Expand Up @@ -220,7 +220,7 @@ def test_that_lowest_version_topcrashers_do_not_return_errors(self, mozwebqa):
https://bugzilla.mozilla.org/show_bug.cgi?id=655506 https://bugzilla.mozilla.org/show_bug.cgi?id=655506
""" """
csp = CrashStatsHomePage(mozwebqa) csp = CrashStatsHomePage(mozwebqa)
csp.header.select_version('3.5.13') csp.header.select_version('10.0')
cstc = csp.header.select_report('Top Crashers') cstc = csp.header.select_report('Top Crashers')
cstc.click_filter_days_by('14') cstc.click_filter_days_by('14')
Assert.not_equal('Unable to load data System error, please retry in a few minutes', cstc.page_heading) Assert.not_equal('Unable to load data System error, please retry in a few minutes', cstc.page_heading)
Expand Down

0 comments on commit 4cb6912

Please sign in to comment.