diff --git a/spec/system/js/q_unit_spec.rb b/spec/system/js/q_unit_spec.rb index 5e51c4034..a76d7bd9d 100644 --- a/spec/system/js/q_unit_spec.rb +++ b/spec/system/js/q_unit_spec.rb @@ -30,6 +30,10 @@ RSpec.describe 'QUnit', type: :system, authenticated: false, set_up: true, webso q_unit_tests('ui') end + it 'Local storage' do + q_unit_tests('local_storage') + end + it 'Model' do async_q_unit_tests('model') end