mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-48933 message: Close message popup after sending message
Message popup stays up for 2 seconds, close this in behat to ensure dom can be interacted by selenium driver
This commit is contained in:
parent
c346996f38
commit
b8526c7481
@ -24,6 +24,7 @@ Feature: Users can send messages to each other
|
||||
When I follow "Send a message"
|
||||
And I set the field "Message to send" to "Lorem ipsum sa messagus textus"
|
||||
And I press "Send message"
|
||||
And I press "Close"
|
||||
And I navigate to "Messages" node in "My profile"
|
||||
And I set the field "Search people and messages" to "User Two"
|
||||
And I press "Search people and messages"
|
||||
@ -46,6 +47,7 @@ Feature: Users can send messages to each other
|
||||
When I follow "Send a message"
|
||||
And I set the field "Message to send" to "Lorem ipsum sa messagus textus"
|
||||
And I press "Send message"
|
||||
And I press "Close"
|
||||
And I navigate to "Messages" node in "My profile"
|
||||
And I set the field "Search people and messages" to "User Two"
|
||||
And I press "Search people and messages"
|
||||
|
Loading…
x
Reference in New Issue
Block a user