Improved test, scroll click point into viewpoint.

This commit is contained in:
Martin Edenhofer 2016-05-05 13:38:33 +02:00
parent 385bc17cb4
commit 27584484c4

View file

@ -266,6 +266,10 @@ class AgentTicketActionLevel5Test < TestCase
# execute reply # execute reply
sleep 5 # time to recognice form changes sleep 5 # time to recognice form changes
scroll_to(
position: 'botton',
css: '.active [data-type="emailReply"]',
)
click( click(
css: '.active [data-type="emailReply"]', css: '.active [data-type="emailReply"]',
) )