mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
Merge branch 'MDL-66025' of git://github.com/paulholden/moodle
This commit is contained in:
commit
baa906485c
6 changed files with 24 additions and 10 deletions
|
@ -25,8 +25,11 @@ Feature: Bulk message
|
|||
And I navigate to course participants
|
||||
And I click on "Select all" "checkbox"
|
||||
And I set the field "With selected users..." to "Send a message"
|
||||
And I should see "Send message to 3 people"
|
||||
And "Send message to 3 people" "dialogue" should exist
|
||||
# Try to send an empty message.
|
||||
When I press "Send message to 3 people"
|
||||
Then I should see "Please enter message text"
|
||||
And I set the following fields to these values:
|
||||
| bulk-message | "Hello world!" |
|
||||
When I press "Send message to 3 people"
|
||||
Then I should see "Message sent to 3 people"
|
||||
And I press "Send message to 3 people"
|
||||
And I should see "Message sent to 3 people"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue