Selenium timing improvment.
This commit is contained in:
parent
b073bb2c50
commit
862ac37a8a
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ class TaskbarTaskTest < TestCase
|
|||
:execute => 'click',
|
||||
:css => '.task',
|
||||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 1,
|
||||
},
|
||||
{
|
||||
:execute => 'match',
|
||||
:css => 'body',
|
||||
|
|
Loading…
Reference in a new issue