Updated css selectors.
This commit is contained in:
parent
64ee0d476f
commit
5f46b3f730
6 changed files with 12 additions and 12 deletions
|
@ -22,7 +22,7 @@ class AgentTicketActionLevel1Test < TestCase
|
|||
# check ticket
|
||||
{
|
||||
:execute => 'match',
|
||||
:css => '.active div.article',
|
||||
:css => '.active div.ticket-article',
|
||||
:value => 'some body 123äöü',
|
||||
:match_result => true,
|
||||
},
|
||||
|
|
|
@ -37,7 +37,7 @@ class AgentTicketActionsLevel2Test < TestCase
|
|||
{
|
||||
:where => :instance1,
|
||||
:execute => 'match',
|
||||
:css => '.active div.article',
|
||||
:css => '.active div.ticket-article',
|
||||
:value => 'some level 2 <b>body</b> 123äöü',
|
||||
:match_result => true,
|
||||
},
|
||||
|
@ -104,7 +104,7 @@ class AgentTicketActionsLevel2Test < TestCase
|
|||
{
|
||||
:where => :instance2,
|
||||
:execute => 'match',
|
||||
:css => '.active div.article',
|
||||
:css => '.active div.ticket-article',
|
||||
:value => 'some level 2 <b>body</b> 123äöü',
|
||||
:match_result => true,
|
||||
},
|
||||
|
|
|
@ -37,7 +37,7 @@ class AgentTicketActionsLevel3Test < TestCase
|
|||
{
|
||||
:where => :instance1,
|
||||
:execute => 'match',
|
||||
:css => '.active div.article',
|
||||
:css => '.active div.ticket-article',
|
||||
:value => 'some level 3 <b>body</b> 123äöü',
|
||||
:match_result => true,
|
||||
},
|
||||
|
@ -104,7 +104,7 @@ class AgentTicketActionsLevel3Test < TestCase
|
|||
{
|
||||
:where => :instance2,
|
||||
:execute => 'match',
|
||||
:css => '.active div.article',
|
||||
:css => '.active div.ticket-article',
|
||||
:value => 'some level 3 <b>body</b> 123äöü',
|
||||
:match_result => true,
|
||||
},
|
||||
|
@ -160,7 +160,7 @@ class AgentTicketActionsLevel3Test < TestCase
|
|||
{
|
||||
:where => :instance1,
|
||||
:execute => 'match',
|
||||
:css => '.active div.article-view',
|
||||
:css => '.active div.ticket-article-view',
|
||||
:value => 'some level 3 <b>body</b> in instance 2',
|
||||
:match_result => true,
|
||||
},
|
||||
|
@ -204,14 +204,14 @@ class AgentTicketActionsLevel3Test < TestCase
|
|||
{
|
||||
:where => :instance2,
|
||||
:execute => 'match',
|
||||
:css => '.active div.article-view',
|
||||
:css => '.active div.ticket-article-view',
|
||||
:value => 'some level 3 <b>body</b> in instance 1',
|
||||
:match_result => true,
|
||||
},
|
||||
{
|
||||
:where => :instance2,
|
||||
:execute => 'match',
|
||||
:css => '.active div.article-view',
|
||||
:css => '.active div.ticket-article-view',
|
||||
:value => 'some level 3 <b>body</b> in instance 2',
|
||||
:match_result => true,
|
||||
},
|
||||
|
@ -345,7 +345,7 @@ class AgentTicketActionsLevel3Test < TestCase
|
|||
{
|
||||
:where => :instance2,
|
||||
:execute => 'match',
|
||||
:css => '.active div.article-view',
|
||||
:css => '.active div.ticket-article-view',
|
||||
:value => '22 some level 3 <b>body</b> in instance 2',
|
||||
:match_result => true,
|
||||
},
|
||||
|
|
|
@ -50,7 +50,7 @@ class AgentTicketActionLevel4Test < TestCase
|
|||
# check ticket
|
||||
{
|
||||
:execute => 'match',
|
||||
:css => '.active div.article',
|
||||
:css => '.active div.ticket-article',
|
||||
:value => 'some body 4 - 123äöü',
|
||||
:match_result => true,
|
||||
},
|
||||
|
|
|
@ -52,7 +52,7 @@ class CustomerTicketCreateTest < TestCase
|
|||
# check ticket
|
||||
{
|
||||
:execute => 'match',
|
||||
:css => '.active div.article',
|
||||
:css => '.active div.ticket-article',
|
||||
:value => 'some body 123äöü',
|
||||
:match_result => true,
|
||||
},
|
||||
|
|
|
@ -378,7 +378,7 @@ class TextModuleTest < TestCase
|
|||
{
|
||||
:where => :instance2,
|
||||
:execute => 'match',
|
||||
:css => '.active div.article',
|
||||
:css => '.active div.ticket-article',
|
||||
:value => 'some body 123äöü',
|
||||
:match_result => true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue