Improved selectors.
This commit is contained in:
parent
d68293b46b
commit
cd591ea327
1 changed files with 4 additions and 4 deletions
|
@ -174,12 +174,12 @@ class TextModuleTest < TestCase
|
|||
{
|
||||
:where => :instance2,
|
||||
:execute => 'click',
|
||||
:css => 'a[href="#new"]',
|
||||
:css => '.taskbar-new a[href="#new"]',
|
||||
},
|
||||
{
|
||||
:where => :instance2,
|
||||
:execute => 'click',
|
||||
:css => 'a[href="#ticket_create/call_inbound"]',
|
||||
:css => '.taskbar-new a[href="#ticket_create/call_inbound"]',
|
||||
},
|
||||
{
|
||||
:where => :instance2,
|
||||
|
@ -190,12 +190,12 @@ class TextModuleTest < TestCase
|
|||
{
|
||||
:where => :instance2,
|
||||
:execute => 'click',
|
||||
:css => 'a[href="#new"]',
|
||||
:css => '.taskbar-new a[href="#new"]',
|
||||
},
|
||||
{
|
||||
:where => :instance2,
|
||||
:execute => 'click',
|
||||
:css => 'a[href="#ticket_create/call_outbound"]',
|
||||
:css => '.taskbar-new a[href="#ticket_create/call_outbound"]',
|
||||
},
|
||||
{
|
||||
:where => :instance2,
|
||||
|
|
Loading…
Reference in a new issue