##// END OF EJS Templates
increase Capybara.default_wait_time from default 2 to 3 (#12822)...
Toshi MARUYAMA -
r11622:8bbc6d251e7a
parent child
Show More
@@ -41,6 +41,9 module Redmine
41 # uses a separate server thread, which the transactions would be hidden
41 # uses a separate server thread, which the transactions would be hidden
42 self.use_transactional_fixtures = false
42 self.use_transactional_fixtures = false
43
43
44 # default: 2
45 Capybara.default_wait_time = 3
46
44 # Should not depend on locale since Redmine displays login page
47 # Should not depend on locale since Redmine displays login page
45 # using default browser locale which depend on system locale for "real" browsers drivers
48 # using default browser locale which depend on system locale for "real" browsers drivers
46 def log_user(login, password)
49 def log_user(login, password)
General Comments 0
You need to be logged in to leave comments. Login now