Improved browser timing.
This commit is contained in:
parent
6b01ec8c44
commit
084ffae3ec
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ class AuthCustomerTest < TestCase
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 3,
|
:value => 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'check',
|
:execute => 'check',
|
||||||
|
|
|
@ -25,7 +25,7 @@ class AuthMasterTest < TestCase
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 3,
|
:value => 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'check',
|
:execute => 'check',
|
||||||
|
@ -58,7 +58,7 @@ class AuthMasterTest < TestCase
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 3,
|
:value => 5,
|
||||||
},
|
},
|
||||||
|
|
||||||
# check action
|
# check action
|
||||||
|
|
Loading…
Reference in a new issue