Added cleanup of tasks.

This commit is contained in:
Martin Edenhofer 2013-06-01 01:52:15 +02:00
parent 47f6252ec0
commit 7c467de2f7

View file

@ -300,6 +300,12 @@ class AgentTicketActionSimpleTest < TestCase
:value => 'test to merge',
:match_result => true,
},
# close task/cleanup
{
:execute => 'click',
:css => '#task [data-type="close"]',
},
],
},
]