Merge pull request #2711 from javierv/fix_flaky_ckeditor_specs
Fix flaky specs using CKEditor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Ckeditor.setup do |config|
|
||||
config.assets_languages = Rails.application.config.i18n.available_locales.map{|l| l.to_s.downcase}
|
||||
config.assets_plugins = []
|
||||
config.assets_plugins = %w[copyformatting tableselection scayt wsc]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user