Selenium timing improvment.

This commit is contained in:
Martin Edenhofer 2013-07-14 11:01:40 +02:00
parent feee1bde83
commit 9364134277

View file

@ -231,6 +231,10 @@ class AgentTicketActionsLevel2Test < TestCase
:execute => 'js', :execute => 'js',
:value => '$(".active .ticket-title .ticket-title-update").blur()', :value => '$(".active .ticket-title .ticket-title-update").blur()',
}, },
{
:execute => 'wait',
:value => 1,
},
# set body in edit area # set body in edit area
@ -248,10 +252,6 @@ class AgentTicketActionsLevel2Test < TestCase
}, },
# change task and page title in second browser # change task and page title in second browser
{
:execute => 'wait',
:value => 1,
},
{ {
:where => :instance2, :where => :instance2,
:execute => 'match', :execute => 'match',