Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
8
research/chatwoot/spec/factories/teams.rb
Normal file
8
research/chatwoot/spec/factories/teams.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
FactoryBot.define do
|
||||
factory :team do
|
||||
sequence(:name) { |n| "Team #{n}" }
|
||||
description { 'MyText' }
|
||||
allow_auto_assign { true }
|
||||
account
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user