stabilize features/mobile/drawer.feature
This commit is contained in:
parent
89b497376f
commit
2fb1d9fa65
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Reference in a new issue