Disable recaptcha spiner check in test environment [OFN-12280]

This commit is contained in:
wandji20
2024-08-01 21:43:51 +01:00
parent e01354e863
commit a1aea54405

View File

@@ -58,6 +58,8 @@ end
# Disable timestamp check for test environment
InvisibleCaptcha.timestamp_enabled = false
InvisibleCaptcha.spinner_enabled = false
RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = Rails.root.join('spec/fixtures').to_s