Added cleanup of tasks.
This commit is contained in:
parent
47f6252ec0
commit
7c467de2f7
1 changed files with 6 additions and 0 deletions
|
@ -300,6 +300,12 @@ class AgentTicketActionSimpleTest < TestCase
|
||||||
:value => 'test to merge',
|
:value => 'test to merge',
|
||||||
:match_result => true,
|
:match_result => true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
# close task/cleanup
|
||||||
|
{
|
||||||
|
:execute => 'click',
|
||||||
|
:css => '#task [data-type="close"]',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue