Skip to content

Commit

Permalink
Improved tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
martini committed May 31, 2013
1 parent 60ed0a2 commit 6d3bc3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/browser/agent_ticket_actions_simple_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ def test_agent_ticket
},

# update ticket
{
:execute => 'select',
:css => 'select[name="ticket_article_type_id"]',
:value => 'note',
},
{
:execute => 'check',
:css => 'textarea[name="body"]',
Expand Down Expand Up @@ -216,6 +221,11 @@ def test_agent_ticket
},

# update ticket
{
:execute => 'select',
:css => 'select[name="ticket_article_type_id"]',
:value => 'note',
},
{
:execute => 'check',
:css => '.content_permanent.active textarea[name="body"]',
Expand Down

0 comments on commit 6d3bc3d

Please sign in to comment.