Adding the search term to the title bar, removing with_search argument

This commit is contained in:
Michael Lazar
2017-07-22 22:04:20 -04:00
parent 9f59d941d7
commit cc5d8a941c
9 changed files with 3584 additions and 935 deletions

View File

@@ -81,7 +81,7 @@ def test_page_unauthenticated(reddit, terminal, config, oauth):
page.controller.trigger('3')
page.refresh_content.assert_called_with(order='rising')
page.controller.trigger('4')
page.refresh_content.assert_called_with(order='new', with_search=True)
page.refresh_content.assert_called_with(order='new')
logged_in_methods = [
'a', # Upvote