Skip to content

Commit

Permalink
Merge 8b69b3b into 61106b4
Browse files Browse the repository at this point in the history
  • Loading branch information
codealchemy committed Dec 16, 2021
2 parents 61106b4 + 8b69b3b commit 139b71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/fields/multiple_carrierwave_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
end
end

it 'supports uploading multiple files' do
it 'supports uploading multiple files', js: true do
visit new_path(model_name: 'field_test')
attach_file 'Carrierwave assets', [file_path('test.jpg'), file_path('test.png')]
click_button 'Save'
Expand Down

0 comments on commit 139b71b

Please sign in to comment.