File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
config/form_profile_mappings
spec/models/form_profiles Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- applicantFullName : [identity_information, full_name]
1+ applicantName : [identity_information, full_name]
22dateOfBirth : [identity_information, date_of_birth]
33ssn : [identity_information, ssn]
44vaFileNumber : [va_file_number]
Original file line number Diff line number Diff line change 2626 it 'prefills form data' do
2727 VCR . use_cassette ( 'lighthouse/direct_deposit/show/200_valid_new_icn' ) do
2828 data = profile . prefill
29- expect ( data [ :form_data ] [ 'applicantFullName ' ] ) . to eq ( { 'first' => 'Abraham' ,
30- 'last' => 'Lincoln' } )
29+ expect ( data [ :form_data ] [ 'applicantName ' ] ) . to eq ( { 'first' => 'Abraham' ,
30+ 'last' => 'Lincoln' } )
3131 expect ( data [ :form_data ] [ 'ssn' ] ) . to eq ( '796111863' )
3232 expect ( data [ :form_data ] [ 'vaFileNumber' ] ) . to eq ( '796043735' )
3333 end
You can’t perform that action at this time.
0 commit comments