Improved selectors.

This commit is contained in:
Martin Edenhofer 2013-07-25 20:22:24 +02:00
parent d68293b46b
commit cd591ea327

View file

@ -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,