Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendonner committed Mar 22, 2013
1 parent b49b05d commit c757d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mobile/test_home.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_all_featured_extensions_link(self, mozwebqa):

featured_extensions = home.click_all_featured_addons_link()

Assert.equal(featured_extensions.title, 'MOBILE ADD-ONS')
Assert.equal(featured_extensions.title, 'ADD-ONS')
Assert.equal(featured_extensions.page_header, 'Featured Extensions')
Assert.contains('sort=featured', featured_extensions.get_url_current_page())

Expand Down

0 comments on commit c757d7d

Please sign in to comment.