Improved tests.
This commit is contained in:
parent
60ed0a21c9
commit
6d3bc3d227
1 changed files with 10 additions and 0 deletions
|
@ -99,6 +99,11 @@ class AgentTicketActionSimpleTest < TestCase
|
||||||
},
|
},
|
||||||
|
|
||||||
# update ticket
|
# update ticket
|
||||||
|
{
|
||||||
|
:execute => 'select',
|
||||||
|
:css => 'select[name="ticket_article_type_id"]',
|
||||||
|
:value => 'note',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
:execute => 'check',
|
:execute => 'check',
|
||||||
:css => 'textarea[name="body"]',
|
:css => 'textarea[name="body"]',
|
||||||
|
@ -216,6 +221,11 @@ class AgentTicketActionSimpleTest < TestCase
|
||||||
},
|
},
|
||||||
|
|
||||||
# update ticket
|
# update ticket
|
||||||
|
{
|
||||||
|
:execute => 'select',
|
||||||
|
:css => 'select[name="ticket_article_type_id"]',
|
||||||
|
:value => 'note',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
:execute => 'check',
|
:execute => 'check',
|
||||||
:css => '.content_permanent.active textarea[name="body"]',
|
:css => '.content_permanent.active textarea[name="body"]',
|
||||||
|
|
Loading…
Reference in a new issue