diff --git a/spec/system/support_interface/delete_application_spec.rb b/spec/system/support_interface/delete_application_spec.rb index 37aafbde91c..214f99c8711 100644 --- a/spec/system/support_interface/delete_application_spec.rb +++ b/spec/system/support_interface/delete_application_spec.rb @@ -33,6 +33,8 @@ def and_there_is_an_unsubmitted_application :completed, application_choices_count: 3, submitted_at: nil, + first_name: 'Lisa', + last_name: 'Simpson', ) end