Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
10
research/chatwoot/spec/factories/dashboard_app.rb
Normal file
10
research/chatwoot/spec/factories/dashboard_app.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :dashboard_app do
|
||||
sequence(:title) { |n| "Dashboard App #{n}" }
|
||||
content { [{ type: 'frame', url: 'https://chatwoot.com' }] }
|
||||
user
|
||||
account
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user