Improved selenium timing.

This commit is contained in:
Martin Edenhofer 2013-08-11 17:45:06 +02:00
parent c93e222a11
commit 410cc3085b
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# encoding: utf-8
require 'browser_test_helper'
class AuthTest < TestCase
class AuthCustomerTest < TestCase
def test_authentication
tests = [
{
@ -58,7 +58,7 @@ class AuthTest < TestCase
},
{
:execute => 'wait',
:value => 3,
:value => 5,
},
# check action

View file

@ -1,6 +1,6 @@
# encoding: utf-8
require 'browser_test_helper'
class AuthMasterTest < TestCase
def test_authentication
tests = [