Improved timing for browser tests.
This commit is contained in:
parent
a794dd43cf
commit
cb77e7999f
2 changed files with 5 additions and 1 deletions
|
@ -299,7 +299,7 @@ class AgentTicketActionsLevel3Test < TestCase
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 2,
|
:value => 4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:where => :instance2,
|
:where => :instance2,
|
||||||
|
|
|
@ -143,6 +143,10 @@ class AgentUserManageTest < TestCase
|
||||||
:css => '.active .ticket_create input[name="customer_id_autocompletion"]',
|
:css => '.active .ticket_create input[name="customer_id_autocompletion"]',
|
||||||
:value => :tab,
|
:value => :tab,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
:execute => 'wait',
|
||||||
|
:value => 1,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
:execute => 'match',
|
:execute => 'match',
|
||||||
:css => '.active input[name="customer_id"]',
|
:css => '.active input[name="customer_id"]',
|
||||||
|
|
Loading…
Reference in a new issue