Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
10
research/chatwoot/spec/factories/notes.rb
Normal file
10
research/chatwoot/spec/factories/notes.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :note do
|
||||
content { 'Hey welcome to chatwoot' }
|
||||
account
|
||||
user
|
||||
contact
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user