Try to get it working on SauceLabs.
This commit is contained in:
parent
9d24980b28
commit
b31d6b9d1d
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ class CustomerTicketCreateTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 4,
|
||||
:value => 5,
|
||||
},
|
||||
{
|
||||
:execute => 'check',
|
||||
|
@ -22,7 +22,7 @@ class CustomerTicketCreateTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 2,
|
||||
:value => 1,
|
||||
},
|
||||
{
|
||||
:execute => 'select',
|
||||
|
|
Loading…
Reference in a new issue