Improved timing for browser tests.

This commit is contained in:
Martin Edenhofer 2013-08-08 14:19:05 +02:00
parent a794dd43cf
commit cb77e7999f
2 changed files with 5 additions and 1 deletions

View file

@ -299,7 +299,7 @@ class AgentTicketActionsLevel3Test < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 2, :value => 4,
}, },
{ {
:where => :instance2, :where => :instance2,

View file

@ -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"]',