diff --git a/config/initializers/simple_form.rb b/config/initializers/simple_form.rb index 7649f642f9e..80ed9f1772f 100644 --- a/config/initializers/simple_form.rb +++ b/config/initializers/simple_form.rb @@ -62,7 +62,7 @@ item_label_class: item_label_class do |b| b.use :html5 b.wrapper :legend, tag: 'legend', class: legend_class do |ba| - ba.optional :label_text + ba.use :label_text end b.optional :hint, wrap_with: { tag: 'div', class: 'usa-hint margin-bottom-05' } b.wrapper :grid_row, tag: :div, class: 'grid-row margin-bottom-neg-1' do |gr| diff --git a/spec/features/idv/in_person_spec.rb b/spec/features/idv/in_person_spec.rb index 52fc04951a5..839b6cc7b2f 100644 --- a/spec/features/idv/in_person_spec.rb +++ b/spec/features/idv/in_person_spec.rb @@ -138,6 +138,7 @@ # address page expect_in_person_step_indicator_current_step(t('step_indicator.flows.idv.verify_info')) expect(page).to have_content(t('in_person_proofing.headings.address')) + expect(page).to have_content(t('in_person_proofing.form.address.same_address')) complete_address_step(user) # ssn page