@@ -8,6 +8,9 @@ Feature: Message admin settings
88 Given the following "users" exist:
99 | username | firstname | lastname | email |
1010 | user1 | User | One | one @example .com |
11+ And the following "courses" exist:
12+ | fullname | shortname | category | groupmode |
13+ | Course 1 | C1 | 0 | 1 |
1114
1215 Scenario : enable site messaging
1316 Given the following config values are set as admin:
@@ -18,6 +21,9 @@ Feature: Message admin settings
1821 And I should see "User One"
1922 And I follow "User One"
2023 And "Add to contacts" "link" should exist
24+ And I am on "Course 1" course homepage
25+ And I navigate to course participants
26+ And the "With selected users..." select box should contain "Send a message"
2127
2228 Scenario : disable site messaging
2329 Given the following config values are set as admin:
@@ -28,3 +34,6 @@ Feature: Message admin settings
2834 And I should see "User One"
2935 And I follow "User One"
3036 And "Add to contacts" "link" should not exist
37+ And I am on "Course 1" course homepage
38+ And I navigate to course participants
39+ And the "With selected users..." select box should not contain "Send a message"
0 commit comments