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',
|
:execute => 'click',
|
||||||
:css => '.task',
|
:css => '.task',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
:execute => 'wait',
|
||||||
|
:value => 1,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
:execute => 'match',
|
:execute => 'match',
|
||||||
:css => 'body',
|
:css => 'body',
|
||||||
|
|
Loading…
Reference in a new issue