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