increase Capybara.default_wait_time from default 2 to 3 (#12822)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11852 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-05-17 04:08:06 +00:00
parent eab2c74e10
commit 8bbc6d251e
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ module Redmine
# uses a separate server thread, which the transactions would be hidden
self.use_transactional_fixtures = false
# default: 2
Capybara.default_wait_time = 3
# Should not depend on locale since Redmine displays login page
# using default browser locale which depend on system locale for "real" browsers drivers
def log_user(login, password)