Improved selenium timing.
This commit is contained in:
parent
c93e222a11
commit
410cc3085b
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
require 'browser_test_helper'
|
require 'browser_test_helper'
|
||||||
|
|
||||||
class AuthTest < TestCase
|
class AuthCustomerTest < TestCase
|
||||||
def test_authentication
|
def test_authentication
|
||||||
tests = [
|
tests = [
|
||||||
{
|
{
|
||||||
|
@ -58,7 +58,7 @@ class AuthTest < TestCase
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 3,
|
:value => 5,
|
||||||
},
|
},
|
||||||
|
|
||||||
# check action
|
# check action
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
require 'browser_test_helper'
|
require 'browser_test_helper'
|
||||||
|
|
||||||
class AuthMasterTest < TestCase
|
class AuthMasterTest < TestCase
|
||||||
def test_authentication
|
def test_authentication
|
||||||
tests = [
|
tests = [
|
||||||
|
|
Loading…
Reference in a new issue