summaryrefslogtreecommitdiffstats
path: root/test/ui/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ui/base.rb')
-rw-r--r--test/ui/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ui/base.rb b/test/ui/base.rb
index 556e35a46..d4ecff985 100644
--- a/test/ui/base.rb
+++ b/test/ui/base.rb
@@ -77,7 +77,7 @@ module Redmine
# Stop ActiveRecord from wrapping tests in transactions
# Transactional fixtures do not work with Selenium tests, because Capybara
# uses a separate server thread, which the transactions would be hidden
- self.use_transactional_fixtures = false
+ self.use_transactional_tests = false
# Should not depend on locale since Redmine displays login page
# using default browser locale which depend on system locale for "real" browsers drivers