rend accessible la selection multiple usager

en remplaçant select2 par ComboMultipleDropdownList
This commit is contained in:
Christophe Robillard 2021-02-11 15:27:39 +01:00 committed by Paul Chavard
parent e048f48241
commit b8097e782a
4 changed files with 27 additions and 10 deletions

View file

@ -82,7 +82,7 @@ describe 'shared/dossiers/edit.html.haml', type: :view do
let(:type_de_champ) { create(:type_de_champ_multiple_drop_down_list, :long, procedure: dossier.procedure) }
it 'renders the list as a multiple-selection dropdown' do
expect(subject).to have_selector('select.select2')
expect(subject).to have_selector('[data-react-class="ComboMultipleDropdownList"]')
end
end
end