Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
9
research/chatwoot/spec/factories/super_admins.rb
Normal file
9
research/chatwoot/spec/factories/super_admins.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
FactoryBot.define do
|
||||
factory :super_admin do
|
||||
name { Faker::Name.name }
|
||||
email { "admin@#{SecureRandom.uuid}.com" }
|
||||
password { 'Password1!' }
|
||||
type { 'SuperAdmin' }
|
||||
confirmed_at { Time.zone.now }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user