Improved browser tests.
This commit is contained in:
parent
a5a3a8070b
commit
d8af77c029
3 changed files with 8 additions and 8 deletions
|
@ -30,8 +30,8 @@ class AgentTicketActionLevel1Test < TestCase
|
||||||
# remember old ticket where we want to merge to
|
# remember old ticket where we want to merge to
|
||||||
{
|
{
|
||||||
:execute => 'match',
|
:execute => 'match',
|
||||||
:css => '.active .ticket-zoom small',
|
:css => '.active .ticket_info h3',
|
||||||
:value => '^(.*)$',
|
:value => '^#(.*)$',
|
||||||
:no_quote => true,
|
:no_quote => true,
|
||||||
:match_result => true,
|
:match_result => true,
|
||||||
},
|
},
|
||||||
|
@ -164,7 +164,7 @@ class AgentTicketActionLevel1Test < TestCase
|
||||||
# check if megred to ticket is shown now
|
# check if megred to ticket is shown now
|
||||||
{
|
{
|
||||||
:execute => 'match',
|
:execute => 'match',
|
||||||
:css => '.active .ticket-zoom small',
|
:css => '.active .ticket_info h3',
|
||||||
:value => '###stack###',
|
:value => '###stack###',
|
||||||
:match_result => true,
|
:match_result => true,
|
||||||
},
|
},
|
||||||
|
|
|
@ -46,8 +46,8 @@ class AgentTicketActionsLevel2Test < TestCase
|
||||||
{
|
{
|
||||||
:where => :instance1,
|
:where => :instance1,
|
||||||
:execute => 'match',
|
:execute => 'match',
|
||||||
:css => '.active .ticket-zoom small',
|
:css => '.active .ticket_info h3',
|
||||||
:value => '^(.*)$',
|
:value => '^#(.*)$',
|
||||||
:no_quote => true,
|
:no_quote => true,
|
||||||
:match_result => true,
|
:match_result => true,
|
||||||
},
|
},
|
||||||
|
|
|
@ -44,10 +44,10 @@ class AgentTicketActionsLevel3Test < TestCase
|
||||||
|
|
||||||
# remember old ticket where we want to merge to
|
# remember old ticket where we want to merge to
|
||||||
{
|
{
|
||||||
:where => :instance1,
|
:where => :instance1,
|
||||||
:execute => 'match',
|
:execute => 'match',
|
||||||
:css => '.active .ticket-zoom small',
|
:css => '.active .ticket_info h3',
|
||||||
:value => '^(.*)$',
|
:value => '^#(.*)$',
|
||||||
:no_quote => true,
|
:no_quote => true,
|
||||||
:match_result => true,
|
:match_result => true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue