Fixed order.
This commit is contained in:
parent
c907a4dd50
commit
f009575302
1 changed files with 5 additions and 5 deletions
|
@ -181,17 +181,17 @@ class TextModuleTest < TestCase
|
|||
:execute => 'click',
|
||||
:css => 'a[href="#ticket_create/call_inbound"]',
|
||||
},
|
||||
{
|
||||
:where => :instance2,
|
||||
:execute => 'click',
|
||||
:css => 'a[href="#new"]',
|
||||
},
|
||||
{
|
||||
:where => :instance2,
|
||||
:execute => 'set',
|
||||
:css => '.active input[name=subject]',
|
||||
:value => 'A',
|
||||
},
|
||||
{
|
||||
:where => :instance2,
|
||||
:execute => 'click',
|
||||
:css => 'a[href="#new"]',
|
||||
},
|
||||
{
|
||||
:where => :instance2,
|
||||
:execute => 'click',
|
||||
|
|
Loading…
Reference in a new issue