##// 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 41 # uses a separate server thread, which the transactions would be hidden
42 42 self.use_transactional_fixtures = false
43 43
44 # default: 2
45 Capybara.default_wait_time = 3
46
44 47 # Should not depend on locale since Redmine displays login page
45 48 # using default browser locale which depend on system locale for "real" browsers drivers
46 49 def log_user(login, password)
General Comments 0
You need to be logged in to leave comments. Login now