MDL-49113 message: navigate to home page after sending message

After sending message widget remains open for 2 seconds
On slow server it might be too late to close widget.
So navigate away from page to ensure dom can be interacted
by selenium driver
This commit is contained in:
Rajesh Taneja
2015-02-06 16:20:11 +08:00
parent 88cd577ef3
commit 8585bb2ef0
+2 -2
View File
@@ -24,7 +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 am on homepage
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"
@@ -47,7 +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 am on homepage
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"