Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
11
research/chatwoot/spec/factories/macros.rb
Normal file
11
research/chatwoot/spec/factories/macros.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
FactoryBot.define do
|
||||
factory :macro do
|
||||
account
|
||||
name { 'wrong_message_actions' }
|
||||
actions do
|
||||
[
|
||||
{ 'action_name' => 'add_label', 'action_params' => %w[wrong_chat] }
|
||||
]
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user