Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 36... Línea 36...
36
    And I send "Hi!" message in the message area
36
    And I send "Hi!" message in the message area
37
    And I should see "Hi!" in the "New group" "core_message > Message conversation"
37
    And I should see "Hi!" in the "New group" "core_message > Message conversation"
38
    And I should see "##today##%d %B##" in the "New group" "core_message > Message conversation"
38
    And I should see "##today##%d %B##" in the "New group" "core_message > Message conversation"
39
    And I log out
39
    And I log out
40
    And I log in as "student2"
40
    And I log in as "student2"
41
    And I should see "1" in the "//*[@title='Toggle messaging drawer']/../*[@data-region='count-container']" "xpath_element"
41
    And I should see "1" in the "Toggle messaging drawer" "button"
42
    And I open messaging
42
    And I open messaging
43
    And I should see "1" in the "Group" "core_message > Message tab"
43
    And I should see "1" in the "Group" "core_message > Message tab"
44
    And "New group" "core_message > Message" should exist
44
    And "New group" "core_message > Message" should exist
45
    And I should see "1" in the "New group" "core_message > Message"
45
    And I should see "1" in the "New group" "core_message > Message"
46
    And I select "New group" conversation in messaging
46
    And I select "New group" conversation in messaging
47
    And I should see "Hi!" in the "New group" "core_message > Message conversation"
47
    And I should see "Hi!" in the "New group" "core_message > Message conversation"
48
    And I should not see "1" in the "//*[@title='Toggle messaging drawer']/../*[@data-region='count-container']" "xpath_element"
48
    And I should not see "1" in the "Toggle messaging drawer" "button"
49
    And I should not see "1" in the "Group" "core_message > Message tab"
49
    And I should not see "1" in the "Group" "core_message > Message tab"
50
    And I should not see "1" in the "New group" "core_message > Message"
50
    And I should not see "1" in the "New group" "core_message > Message"
Línea 51... Línea 51...
51
 
51
 
52
  Scenario: Unread messages for private conversation
52
  Scenario: Unread messages for private conversation
53
    Given the following "private messages" exist:
53
    Given the following "private messages" exist:
54
      | user     | contact  | message               |
54
      | user     | contact  | message               |
55
      | student1 | student2 | Hi!                   |
55
      | student1 | student2 | Hi!                   |
56
      | student2 | student1 | What do you need?     |
56
      | student2 | student1 | What do you need?     |
57
    When I log in as "student1"
57
    When I log in as "student1"
58
    Then I should see "1" in the "//*[@title='Toggle messaging drawer']/../*[@data-region='count-container']" "xpath_element"
58
    Then I should see "1" in the "Toggle messaging drawer" "button"
59
    And I open messaging
59
    And I open messaging
60
    And I should see "1" in the "Private" "core_message > Message tab"
60
    And I should see "1" in the "Private" "core_message > Message tab"
61
    And "Student 2" "core_message > Message" should exist
61
    And "Student 2" "core_message > Message" should exist
62
    And I should see "1" in the "Student 2" "core_message > Message"
62
    And I should see "1" in the "Student 2" "core_message > Message"
63
    And I select "Student 2" conversation in messaging
63
    And I select "Student 2" conversation in messaging
64
    And I should see "Hi!" in the "Student 2" "core_message > Message conversation"
64
    And I should see "Hi!" in the "Student 2" "core_message > Message conversation"
65
    And I should not see "1" in the "//*[@title='Toggle messaging drawer']/../*[@data-region='count-container']" "xpath_element"
65
    And I should not see "1" in the "Toggle messaging drawer" "button"
66
    And I should not see "1" in the "Private" "core_message > Message tab"
66
    And I should not see "1" in the "Private" "core_message > Message tab"
Línea 67... Línea 67...
67
    And I should not see "1" in the "Student 2" "core_message > Message"
67
    And I should not see "1" in the "Student 2" "core_message > Message"
68
 
68
 
Línea 73... Línea 73...
73
      | student2 | student1 | What do you need?     |
73
      | student2 | student1 | What do you need?     |
74
    And the following "favourite conversations" exist:
74
    And the following "favourite conversations" exist:
75
      | user     | contact  |
75
      | user     | contact  |
76
      | student1 | student2 |
76
      | student1 | student2 |
77
    When I log in as "student1"
77
    When I log in as "student1"
78
    Then I should see "1" in the "//*[@title='Toggle messaging drawer']/../*[@data-region='count-container']" "xpath_element"
78
    Then I should see "1" in the "Toggle messaging drawer" "button"
79
    And I open messaging
79
    And I open messaging
80
    And I should see "1" in the "Starred" "core_message > Message tab"
80
    And I should see "1" in the "Starred" "core_message > Message tab"
81
    And "Student 2" "core_message > Message" should exist
81
    And "Student 2" "core_message > Message" should exist
82
    And I should see "1" in the "Student 2" "core_message > Message"
82
    And I should see "1" in the "Student 2" "core_message > Message"
83
    And I select "Student 2" conversation in messaging
83
    And I select "Student 2" conversation in messaging
84
    And I should see "Hi!" in the "Student 2" "core_message > Message conversation"
84
    And I should see "Hi!" in the "Student 2" "core_message > Message conversation"
85
    And I should not see "1" in the "//*[@title='Toggle messaging drawer']/../*[@data-region='count-container']" "xpath_element"
85
    And I should not see "1" in the "Toggle messaging drawer" "button"
86
    And I should not see "1" in the "Starred" "core_message > Message tab"
86
    And I should not see "1" in the "Starred" "core_message > Message tab"
87
    And I should not see "1" in the "Student 2" "core_message > Message"
87
    And I should not see "1" in the "Student 2" "core_message > Message"