stabilize features/mobile/drawer.feature

This commit is contained in:
Jonne Haß 2016-08-11 16:56:39 +02:00
parent 89b497376f
commit 2fb1d9fa65
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6

View file

@ -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"