feat(dossier): multiselect without react
This commit is contained in:
parent
cd74ea46cc
commit
fce78bbf30
13 changed files with 104 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue