We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e2549 commit 3ca195cCopy full SHA for 3ca195c
spec/features/filter_input_spec.rb
@@ -205,10 +205,10 @@
205
end
206
207
208
- it 'renders select input with searchable-select-input css class' do
+ it 'renders select input with searchable-select-input css class and the multiple attribute' do
209
get '/admin/posts'
210
211
- expect(response.body).to have_selector('select.searchable-select-input')
+ expect(response.body).to have_selector("select.searchable-select-input[multiple='multiple']")
212
213
214
it 'does not render options statically' do
0 commit comments