Improved test, scroll click point into viewpoint.
This commit is contained in:
parent
385bc17cb4
commit
27584484c4
1 changed files with 4 additions and 0 deletions
|
@ -266,6 +266,10 @@ class AgentTicketActionLevel5Test < TestCase
|
|||
|
||||
# execute reply
|
||||
sleep 5 # time to recognice form changes
|
||||
scroll_to(
|
||||
position: 'botton',
|
||||
css: '.active [data-type="emailReply"]',
|
||||
)
|
||||
click(
|
||||
css: '.active [data-type="emailReply"]',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue