Loading features/mobile/drawer.feature +4 −2 Original line number Diff line number Diff line Loading @@ -30,12 +30,14 @@ Feature: Navigate between pages using the header menu and the drawer Then I should be on the new status message page Scenario: search a user When I open the drawer When I have turned off jQuery effects And I open the drawer And I search for "Bob" Then I should see "Users matching Bob" within "#search_title" Scenario: search for a tag When I open the drawer When I have turned off jQuery effects And I open the drawer And I search for "#bob" Then I should be on the tag page for "bob" Loading Loading
features/mobile/drawer.feature +4 −2 Original line number Diff line number Diff line Loading @@ -30,12 +30,14 @@ Feature: Navigate between pages using the header menu and the drawer Then I should be on the new status message page Scenario: search a user When I open the drawer When I have turned off jQuery effects And I open the drawer And I search for "Bob" Then I should see "Users matching Bob" within "#search_title" Scenario: search for a tag When I open the drawer When I have turned off jQuery effects And I open the drawer And I search for "#bob" Then I should be on the tag page for "bob" Loading