Selenium timing improvment.
This commit is contained in:
parent
feee1bde83
commit
9364134277
1 changed files with 4 additions and 4 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue