Improved unit tests.

This commit is contained in:
Martin Edenhofer 2013-06-10 11:55:08 +02:00
parent 84137a5c1f
commit a8d8764ac3

View file

@ -7,6 +7,9 @@ class AgentTicketActionSimpleTest < TestCase
{ {
:name => 'agent ticket create 1', :name => 'agent ticket create 1',
:action => [ :action => [
{
:execute => 'close_all_tasks',
},
{ {
:execute => 'click', :execute => 'click',
:css => 'a[href="#new"]', :css => 'a[href="#new"]',