mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-65657 message: reduce message poll timer for behat tests
This commit is contained in:
parent
70eaad836e
commit
95a445b360
@ -34,7 +34,8 @@ Feature: Delete messages from conversations
|
||||
| student2 | student1 | Hello! |
|
||||
| student1 | student2 | Are you free? |
|
||||
And the following config values are set as admin:
|
||||
| messaging | 1 |
|
||||
| messaging | 1 |
|
||||
| messagingminpoll | 1 |
|
||||
|
||||
Scenario: Delete a message sent by the user from a group conversation
|
||||
Given I log in as "student1"
|
||||
|
@ -24,7 +24,8 @@ Feature: Star and unstar conversations
|
||||
| student1 | G1 |
|
||||
| student2 | G1 |
|
||||
And the following config values are set as admin:
|
||||
| messaging | 1 |
|
||||
| messaging | 1 |
|
||||
| messagingminpoll | 1 |
|
||||
|
||||
Scenario: Star a group conversation
|
||||
Given I log in as "student1"
|
||||
|
@ -39,6 +39,9 @@ Feature: Create conversations for course's groups
|
||||
| teacher1 | G2 |
|
||||
| teacher1 | G3 |
|
||||
| student0 | G3 |
|
||||
And the following config values are set as admin:
|
||||
| messaging | 1 |
|
||||
| messagingminpoll | 1 |
|
||||
|
||||
Scenario: Group conversations are restricted to members
|
||||
Given I log in as "teacher1"
|
||||
|
@ -19,6 +19,7 @@ Feature: Message delete conversations
|
||||
And the following config values are set as admin:
|
||||
| messaging | 1 |
|
||||
| messagingallusers | 1 |
|
||||
| messagingminpoll | 1 |
|
||||
And the following "private messages" exist:
|
||||
| user | contact | message |
|
||||
| student1 | student2 | Hi! |
|
||||
|
@ -24,8 +24,9 @@ Feature: Manage contacts
|
||||
| user | contact |
|
||||
| student1 | student2 |
|
||||
And the following config values are set as admin:
|
||||
| messaging | 1 |
|
||||
| messaging | 1 |
|
||||
| messagingallusers | 1 |
|
||||
| messagingminpoll | 1 |
|
||||
|
||||
Scenario: Send a 'contact request' to someone to add a contact
|
||||
Given I log in as "student1"
|
||||
|
@ -33,8 +33,9 @@ Feature: Manage preferences
|
||||
| user | contact |
|
||||
| student1 | student2 |
|
||||
And the following config values are set as admin:
|
||||
| messaging | 1 |
|
||||
| messaging | 1 |
|
||||
| messagingallusers | 1 |
|
||||
| messagingminpoll | 1 |
|
||||
|
||||
# Recipient has 'My contacts only' set.
|
||||
Scenario: Allow sending a message when you are a contact
|
||||
|
@ -24,7 +24,8 @@ Feature: Message send messages
|
||||
| student1 | G1 |
|
||||
| student2 | G1 |
|
||||
And the following config values are set as admin:
|
||||
| messaging | 1 |
|
||||
| messaging | 1 |
|
||||
| messagingminpoll | 1 |
|
||||
|
||||
Scenario: Send a message to a group conversation
|
||||
Given I log in as "student1"
|
||||
|
@ -9,7 +9,8 @@ Feature: Self conversation
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following config values are set as admin:
|
||||
| messaging | 1 |
|
||||
| messaging | 1 |
|
||||
| messagingminpoll | 1 |
|
||||
|
||||
Scenario: Self conversation exists
|
||||
Given I log in as "student1"
|
||||
|
@ -24,7 +24,8 @@ Feature: Unread messages
|
||||
| student1 | NG |
|
||||
| student2 | NG |
|
||||
And the following config values are set as admin:
|
||||
| messaging | 1 |
|
||||
| messaging | 1 |
|
||||
| messagingminpoll | 1 |
|
||||
|
||||
Scenario: Unread messages for group conversation
|
||||
Given I log in as "student1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user