Improved tests.
This commit is contained in:
parent
3feff9e70b
commit
7b8d4de2d6
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
require 'browser_test_helper'
|
||||
|
||||
class AgentTicketActionSimpleTest < TestCase
|
||||
def test_customer_ticket_create
|
||||
def test_agent_ticket
|
||||
tests = [
|
||||
{
|
||||
:name => 'agent ticket create 1',
|
||||
|
@ -272,7 +272,7 @@ class AgentTicketActionSimpleTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 4,
|
||||
:value => 6,
|
||||
},
|
||||
|
||||
# check if megred to ticket is shown now
|
||||
|
@ -288,7 +288,7 @@ class AgentTicketActionSimpleTest < TestCase
|
|||
:execute => 'match',
|
||||
:css => 'body',
|
||||
:value => 'test to merge',
|
||||
:match_result => false,
|
||||
:match_result => true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue