Improved selectors.
This commit is contained in:
parent
d71d47255b
commit
04a6900bbe
1 changed files with 15 additions and 15 deletions
|
@ -22,7 +22,7 @@ class AgentTicketActionLevel1Test < TestCase
|
||||||
# check ticket
|
# check ticket
|
||||||
{
|
{
|
||||||
:execute => 'match',
|
:execute => 'match',
|
||||||
:css => '.active div.ticket-article',
|
:css => '.content.active .ticket-article',
|
||||||
:value => 'some body 123äöü',
|
:value => 'some body 123äöü',
|
||||||
:match_result => true,
|
:match_result => true,
|
||||||
},
|
},
|
||||||
|
@ -30,7 +30,7 @@ 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 .page-header .ticket-number',
|
:css => '.content.active .page-header .ticket-number',
|
||||||
:value => '^(.*)$',
|
:value => '^(.*)$',
|
||||||
:no_quote => true,
|
:no_quote => true,
|
||||||
:match_result => true,
|
:match_result => true,
|
||||||
|
@ -56,7 +56,7 @@ class AgentTicketActionLevel1Test < TestCase
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'watch_for',
|
:execute => 'watch_for',
|
||||||
:area => 'body',
|
:area => '.content.active .ticket-article',
|
||||||
:value => 'some body 1234 äöüß',
|
:value => 'some body 1234 äöüß',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -80,7 +80,7 @@ class AgentTicketActionLevel1Test < TestCase
|
||||||
# check ticket
|
# check ticket
|
||||||
{
|
{
|
||||||
:execute => 'watch_for',
|
:execute => 'watch_for',
|
||||||
:area => '.content.active',
|
:area => '.content.active .ticket-article',
|
||||||
:value => 'some body 123äöü 222 - test to merge',
|
:value => 'some body 123äöü 222 - test to merge',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ class AgentTicketActionLevel1Test < TestCase
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'watch_for',
|
:execute => 'watch_for',
|
||||||
:area => '.content.active .ticket-edit',
|
:area => '.content.active .ticket-article',
|
||||||
:value => 'some body 1234 äöüß 333',
|
:value => 'some body 1234 äöüß 333',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue