Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 14... Línea 14...
14
 
14
 
15
  Scenario: enable site messaging
15
  Scenario: enable site messaging
16
    Given the following config values are set as admin:
16
    Given the following config values are set as admin:
17
      | messaging | 1 |
17
      | messaging | 1 |
18
    When I log in as "admin"
18
    When I log in as "admin"
19
    Then "Toggle messaging drawer" "icon" should exist
19
    Then "Toggle messaging drawer" "button" should exist
20
    And I navigate to "Users > Accounts > Browse list of users" in site administration
20
    And I navigate to "Users > Accounts > Browse list of users" in site administration
21
    And I should see "User One"
21
    And I should see "User One"
22
    And I follow "User One"
22
    And I follow "User One"
23
    And "Add to contacts" "link" should exist
23
    And "Message" "link" should exist
24
    And I am on "Course 1" course homepage
24
    And I am on "Course 1" course homepage
25
    And I navigate to course participants
25
    And I navigate to course participants
Línea 26... Línea 26...
26
    And the "With selected users..." select box should contain "Send a message"
26
    And the "With selected users..." select box should contain "Send a message"
Línea 31... Línea 31...
31
    When I log in as "admin"
31
    When I log in as "admin"
32
    Then "Toggle messaging drawer" "icon" should not exist
32
    Then "Toggle messaging drawer" "icon" should not exist
33
    And I navigate to "Users > Accounts > Browse list of users" in site administration
33
    And I navigate to "Users > Accounts > Browse list of users" in site administration
34
    And I should see "User One"
34
    And I should see "User One"
35
    And I follow "User One"
35
    And I follow "User One"
36
    And "Add to contacts" "link" should not exist
36
    And "Message" "link" should not exist
37
    And I am on "Course 1" course homepage
37
    And I am on "Course 1" course homepage
38
    And I navigate to course participants
38
    And I navigate to course participants
39
    And the "With selected users..." select box should not contain "Send a message"
39
    And the "With selected users..." select box should not contain "Send a message"