[#1421] Add linked dropown fields
This commit is contained in:
parent
859d8896f8
commit
15e8d8af05
7 changed files with 12 additions and 1 deletions
|
@ -50,6 +50,10 @@ FactoryBot.define do
|
|||
type_champ 'multiple_drop_down_list'
|
||||
drop_down_list { create(:drop_down_list) }
|
||||
end
|
||||
factory :type_de_champ_linked_drop_down_list, class: 'TypesDeChamp::LinkedDropDownListTypeDeChamp' do
|
||||
type_champ 'linked_drop_down_list'
|
||||
drop_down_list { create(:drop_down_list) }
|
||||
end
|
||||
factory :type_de_champ_pays, class: 'TypesDeChamp::PaysTypeDeChamp' do
|
||||
type_champ 'pays'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue