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:
parent
eab2c74e10
commit
8bbc6d251e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue