Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/initializers/simple_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
1 change: 1 addition & 0 deletions spec/features/idv/in_person_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down