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

Commit

Permalink
Simple string fix to match casing with live site, r=test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendonner committed Sep 8, 2014
1 parent 37b0814 commit 4a88c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_search_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ def test_search_results_returned(self, mozwebqa):
home_page.header_region.type_in_search_field(u'job board')
search_results_page = home_page.header_region.click_search_button()

expected_text = u'Search results'
expected_text = u'Search Results'
Assert.contains(expected_text, search_results_page._page_title)
Assert.greater(len(search_results_page.results), 0)

0 comments on commit 4a88c67

Please sign in to comment.