[ Index ] |
PHP Cross Reference of moodle-2.8 |
[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 | [email protected] | 11 | user2 | User | Two | [email protected] | 12 And I log in as "user1" 13 When I send "Give me your biscuits" message to "User Two" user 14 And I navigate to "Messages" node in "My profile" 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: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |