Fixed timing issue.
This commit is contained in:
parent
66b4f2d2db
commit
41c26bacd7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
require 'browser_test_helper'
|
require 'browser_test_helper'
|
||||||
|
|
||||||
class SignupTest < TestCase
|
class SignupTest < TestCase
|
||||||
def test_signup
|
def test_signup
|
||||||
signup_user_email = 'signup-test-' + rand(999999).to_s + '@example.com'
|
signup_user_email = 'signup-test-' + rand(999999).to_s + '@example.com'
|
||||||
|
@ -55,7 +55,7 @@ class SignupTest < TestCase
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 2,
|
:value => 5,
|
||||||
},
|
},
|
||||||
|
|
||||||
# check action
|
# check action
|
||||||
|
|
Loading…
Reference in a new issue