With until open animation is finished.
This commit is contained in:
parent
55116a4a75
commit
4d837d7bd4
1 changed files with 1 additions and 1 deletions
|
@ -56,11 +56,11 @@ class AgentTicketActionLevel7Test < TestCase
|
||||||
)
|
)
|
||||||
|
|
||||||
# scroll to reply - needed for chrome
|
# scroll to reply - needed for chrome
|
||||||
|
sleep 5
|
||||||
scroll_to(
|
scroll_to(
|
||||||
position: 'botton',
|
position: 'botton',
|
||||||
css: '.content.active [data-type="emailReply"]',
|
css: '.content.active [data-type="emailReply"]',
|
||||||
)
|
)
|
||||||
|
|
||||||
# click reply
|
# click reply
|
||||||
click(css: '.content.active [data-type="emailReply"]')
|
click(css: '.content.active [data-type="emailReply"]')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue