[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 @core @core_message 2 Feature: Users can search their message history 3 In order to read old messages 4 As a user 5 I need to search in my messages history 6 7 Background: 8 Given the following "users" exist: 9 | username | firstname | lastname | email | 10 | user1 | User | One | one@example.com | 11 | user2 | User | Two | two@example.com | 12 And I log in as "user1" 13 When I send "Give me your biscuits" message to "User Two" user 14 And I follow "Messages" in the user menu 15 And I set the field "Search people and messages" to "your biscuits" 16 And I press "Search people and messages" 17 Then I should see "User Two" 18 And I click on "context" "link" in the "User Two" "table_row" 19 And I should see "Give me your biscuits" 20 21 @javascript 22 Scenario: Search message history with Javascript enabled 23 24 Scenario: Search message history with Javascript disabled
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |