feat(dossier): multiselect without react

This commit is contained in:
Paul Chavard 2023-03-29 23:31:13 +02:00
parent cd74ea46cc
commit fce78bbf30
13 changed files with 104 additions and 50 deletions

View file

@ -101,7 +101,7 @@ describe 'shared/dossiers/edit.html.haml', type: :view do
let(:champ_value) { ['banana', 'grapefruit'].to_json }
it 'renders the list as a multiple-selection dropdown' do
expect(subject).to have_selector('[data-react-component-value="ComboMultipleDropdownList"]')
expect(subject).to have_selector('select')
end
end
end