From 39d4b6dedf476cd683a50701ef0d6cf4ecaf1a2c Mon Sep 17 00:00:00 2001
From: Ben Abraham <16797406+Kizr@users.noreply.github.com>
Date: Thu, 23 Jan 2025 14:44:02 +0000
Subject: [PATCH] Update payer information from "ESFA" to "payer"
---
.../claims/support/claims/payments_controller.rb | 2 +-
.../claims/schools/_grant_conditions.html.erb | 2 +-
...payment-of-your-funding-claim-2023-to-2024.md | 2 +-
.../claims/claim_activities/show.html.erb | 2 +-
config/locales/en/activerecord.yml | 16 ++++++++--------
config/locales/en/claims/esfa_mailer.yml | 2 +-
config/locales/en/claims/payment_mailer.yml | 2 +-
.../en/claims/support/claims/clawbacks.yml | 15 +++++++--------
.../claims/support/claims/payment_responses.yml | 12 ++++++------
.../en/claims/support/claims/payments.yml | 10 +++++-----
.../en/claims/support/claims/payments/claims.yml | 2 +-
config/locales/en/claims/user_mailer.yml | 2 +-
.../upload_esfa_clawback_response_wizard.yml | 10 +++++-----
spec/mailers/claims/esfa_mailer_spec.rb | 2 +-
spec/mailers/claims/payment_mailer_spec.rb | 2 +-
spec/mailers/claims/user_mailer_spec.rb | 2 +-
...port_user_can_not_send_claims_to_esfa_spec.rb | 4 ++--
.../support_user_sends_claims_to_esfa_spec.rb | 10 +++++-----
..._with_the_status_clawback_in_progress_spec.rb | 8 ++++----
.../support_user_does_not_upload_a_file_spec.rb | 4 ++--
...sv_containing_an_invalid_claim_status_spec.rb | 4 ++--
..._with_the_status_clawback_in_progress_spec.rb | 4 ++--
...s_a_csv_containing_invalid_references_spec.rb | 4 ++--
..._with_the_status_clawback_in_progress_spec.rb | 4 ++--
...the_wrong_file_type_as_esfa_responses_spec.rb | 4 ++--
...onfirm_claim_payment_information_sent_spec.rb | 2 +-
.../claims/payments/send_claims_to_esfa_spec.rb | 16 ++++++++--------
.../claims/payments/upload_esfa_response_spec.rb | 16 ++++++++--------
.../claims/view_a_claims_activity_spec.rb | 2 +-
.../claims/view_claims_activity_log_spec.rb | 2 +-
.../claims/request_clawback_wizard_spec.rb | 2 +-
31 files changed, 85 insertions(+), 86 deletions(-)
diff --git a/app/controllers/claims/support/claims/payments_controller.rb b/app/controllers/claims/support/claims/payments_controller.rb
index fc2588b18..1c242fca5 100644
--- a/app/controllers/claims/support/claims/payments_controller.rb
+++ b/app/controllers/claims/support/claims/payments_controller.rb
@@ -20,7 +20,7 @@ def new
def create
Claims::Payment::CreateAndDeliver.call(current_user:)
- redirect_to claims_support_claims_payments_path, flash: { success: true, heading: "Claims sent to ESFA" }
+ redirect_to claims_support_claims_payments_path, flash: { success: true, heading: "Claims sent to payer" }
end
private
diff --git a/app/views/claims/schools/_grant_conditions.html.erb b/app/views/claims/schools/_grant_conditions.html.erb
index 3f91aaa5f..5f3cdc93d 100644
--- a/app/views/claims/schools/_grant_conditions.html.erb
+++ b/app/views/claims/schools/_grant_conditions.html.erb
@@ -143,7 +143,7 @@
6. Payments
Payments will be made in arrears from September 2025. Schools will be able to submit a claim via a new GOV.UK service. The service will open in May 2025 and schools will be able to submit their claims once their mentors have completed their training.
- Schools must complete their claims by the end of July to receive payment from the Educational and Skills Funding Agency (ESFA) in late September/early October. If schools miss the payment window, they will be able to submit a claim in September, with payment being made in December 2025.
+ Schools must complete their claims by the end of July to receive payment from the payer in late September/early October. If schools miss the payment window, they will be able to submit a claim in September, with payment being made in December 2025.
DfE will begin communicating details of this new service to schools and providers from September 2024.
If you would like additional information about the payments email <%= govuk_mail_to(t("claims.support_email")) %>.
diff --git a/app/views/claims/service_updates/content/payment-of-your-funding-claim-2023-to-2024.md b/app/views/claims/service_updates/content/payment-of-your-funding-claim-2023-to-2024.md
index 98e595849..f9fd34207 100644
--- a/app/views/claims/service_updates/content/payment-of-your-funding-claim-2023-to-2024.md
+++ b/app/views/claims/service_updates/content/payment-of-your-funding-claim-2023-to-2024.md
@@ -4,4 +4,4 @@ date: 2024-08-26
start_page: true
---
-Claims submitted before 20 July are being reviewed and processed by the Education and Skills Funding Agency (ESFA). Payments are due before the end of October 2024. Depending on the type of your educational organisation, you will either be paid directly by ESFA, or your local authority.
+Claims submitted before 20 July are being reviewed and processed by the payer. Payments are due before the end of October 2024. Depending on the type of your educational organisation, you will either be paid directly by the payer, or your local authority.
diff --git a/app/views/claims/support/claims/claim_activities/show.html.erb b/app/views/claims/support/claims/claim_activities/show.html.erb
index 7a6746311..eef9deb97 100644
--- a/app/views/claims/support/claims/claim_activities/show.html.erb
+++ b/app/views/claims/support/claims/claim_activities/show.html.erb
@@ -16,7 +16,7 @@
<%= govuk_list type: :bullet do %>
<% case @claim_activity.action %>
<% when "payment_request_delivered", "clawback_request_delivered" %>
- <%= govuk_link_to "Claims sent to ESFA", @claim_activity.record.csv_file %>
+ <%= govuk_link_to "Claims sent to payer", @claim_activity.record.csv_file %>
<% when "sampling_uploaded" %>
<% @provider_samplings.each do |provider_sampling| %>
<%= govuk_link_to provider_sampling.provider.name, provider_sampling.csv_file %>
diff --git a/config/locales/en/activerecord.yml b/config/locales/en/activerecord.yml
index 0048536a0..5c69b4e2f 100644
--- a/config/locales/en/activerecord.yml
+++ b/config/locales/en/activerecord.yml
@@ -26,18 +26,18 @@ en:
clawback_in_progress: Sent to payer for clawback
clawback_complete: Clawback complete
claims/claim_activity/action:
- payment_request_delivered: Claims sent to ESFA for payment
- payment_response_uploaded: ESFA payment response uploaded
+ payment_request_delivered: Claims sent to payer for payment
+ payment_response_uploaded: Payer payment response uploaded
sampling_uploaded: Sampling data uploaded
sampling_response_uploaded: Provider sampling response uploaded
- clawback_request_delivered: Claims sent to ESFA for clawback
- clawback_response_uploaded: ESFA clawback response uploaded
+ clawback_request_delivered: Claims sent to payer for clawback
+ clawback_response_uploaded: Payer clawback response uploaded
claims/claim_activity/document:
- payment_request_delivered: Claims sent to ESFA
- payment_response_uploaded: ESFA payment response
+ payment_request_delivered: Claims sent to payer
+ payment_response_uploaded: Payer payment response
sampling_response_uploaded: Provider sampling response
- clawback_request_delivered: Claims sent to ESFA
- clawback_response_uploaded: ESFA clawback response
+ clawback_request_delivered: Claims sent to payer
+ clawback_response_uploaded: Payer clawback response
claims/claim_window:
academic_year: Academic year
window: Claim window
diff --git a/config/locales/en/claims/esfa_mailer.yml b/config/locales/en/claims/esfa_mailer.yml
index b8cfbe726..d0f899005 100644
--- a/config/locales/en/claims/esfa_mailer.yml
+++ b/config/locales/en/claims/esfa_mailer.yml
@@ -4,7 +4,7 @@ en:
claims_require_clawback:
subject: Claims requiring clawback - Claim funding for mentor training
body: |
- To ESFA,
+ To the payer,
The claims in the CSV file link are ready for clawback— the link to the latest CSV file is valid for 7 days:
diff --git a/config/locales/en/claims/payment_mailer.yml b/config/locales/en/claims/payment_mailer.yml
index 1caab91fb..b613f0873 100644
--- a/config/locales/en/claims/payment_mailer.yml
+++ b/config/locales/en/claims/payment_mailer.yml
@@ -4,7 +4,7 @@ en:
payment_created_notification:
subject: Claims ready for payment - Claim funding for mentor training
body: |
- To ESFA,
+ To the payer,
These claims from the Claim funding for mentor training service (Claim) are ready for payment — the link to the latest CSV file is valid for 7 days:
diff --git a/config/locales/en/claims/support/claims/clawbacks.yml b/config/locales/en/claims/support/claims/clawbacks.yml
index 806e105c4..f18cb91cf 100644
--- a/config/locales/en/claims/support/claims/clawbacks.yml
+++ b/config/locales/en/claims/support/claims/clawbacks.yml
@@ -10,8 +10,8 @@ en:
one: Clawbacks (%{count})
other: Clawbacks (%{count})
no_claims: There are no claims waiting to be processed.
- send_claims_to_esfa: Send claims to ESFA
- upload_esfa_response: Upload ESFA response
+ send_claims_to_esfa: Send claims to payer
+ upload_esfa_response: Upload payer response
show:
page_caption: Clawbacks - Claim %{reference}
page_title: "Clawbacks - %{school_name} - Claim %{reference}"
@@ -21,9 +21,9 @@ en:
mentor: Mentor
submitted_by: Submitted by %{name} on %{date}.
new:
- page_title: Send claims to ESFA - Clawbacks
+ page_title: Send claims to payer - Clawbacks
caption: Clawbacks
- title: Send claims to ESFA
+ title: Send claims to payer
description:
one: There is %{count} claim included in this submission.
other: There are %{count} claims included in this submission.
@@ -31,18 +31,17 @@ en:
Selecting ‘Send claims’ will:
- create a CSV containing a list of all claims marked as ‘Clawback requested’
- - send an email to the ESFA containing a link to the generated CSV - this link expires after 7 days
+ - send an email to the payer containing a link to the generated CSV - this link expires after 7 days
- update the claim status from ‘Clawback requested’ to ‘Clawback in progress’
warning: This action cannot be undone.
submit: Send claims
cancel: Cancel
create:
- success: Claims sent to ESFA
+ success: Claims sent to payer
new_not_permitted:
page_title: There are no claims to send for clawback - Clawbacks
title: There are no claims to send for clawback
caption: Clawbacks
cancel: Cancel
- description: You cannot send any claims to the ESFA because there are no claims with a clawback requested.
-
+ description: You cannot send any claims to the payer because there are no claims with a clawback requested.
diff --git a/config/locales/en/claims/support/claims/payment_responses.yml b/config/locales/en/claims/support/claims/payment_responses.yml
index 17ca01982..637d957ad 100644
--- a/config/locales/en/claims/support/claims/payment_responses.yml
+++ b/config/locales/en/claims/support/claims/payment_responses.yml
@@ -5,11 +5,11 @@ en:
payment_responses:
new:
page_caption: Payments
- page_title: Upload ESFA response
+ page_title: Upload payer response
label: Upload CSV file
help:
label: Help with the CSV file
- description: Use this form to upload the CSV file sent by the ESFA.
+ description: Use this form to upload the CSV file sent by the payer.
csv_instructions: "The CSV file must contain the following headers in the first row:"
csv_headers:
- claim_reference
@@ -26,16 +26,16 @@ en:
cancel: Cancel
new_not_permitted:
page_caption: Payments
- page_title: You cannot upload a response from the ESFA
- description: You cannot upload a response from the ESFA as there are no claims waiting for a response.
+ page_title: You cannot upload a response from the payer
+ description: You cannot upload a response from the payer as there are no claims waiting for a response.
cancel: Cancel
check:
page_caption: Payments
- page_title: Are you sure you want to upload the ESFA response?
+ page_title: Are you sure you want to upload the payer response?
description:
one: There is %{count} claim included in this upload.
other: There are %{count} claims included in this upload.
submit: Upload response
cancel: Cancel
update:
- success: ESFA response uploaded
+ success: Payer response uploaded
diff --git a/config/locales/en/claims/support/claims/payments.yml b/config/locales/en/claims/support/claims/payments.yml
index 4b1ca93ce..128c3d065 100644
--- a/config/locales/en/claims/support/claims/payments.yml
+++ b/config/locales/en/claims/support/claims/payments.yml
@@ -10,15 +10,15 @@ en:
one: Payments (%{count})
other: Payments (%{count})
buttons:
- send_claims_to_esfa: Send claims to ESFA
- upload_esfa_response: Upload ESFA response
+ send_claims_to_esfa: Send claims to payer
+ upload_esfa_response: Upload payer response
description:
one: "%{count} claim needs processing"
other: "%{count} claims need processing"
no_claims: There are no claims waiting to be processed.
new:
page_caption: Payments
- page_title: Send claims to ESFA
+ page_title: Send claims to payer
description:
one: There is %{count} claim included in this submission.
other: There are %{count} claims included in this submission.
@@ -26,7 +26,7 @@ en:
heading: "Selecting ‘Send claims’ will:"
list:
- create a CSV containing a list of all ‘Submitted’ claims
- - send an email to the ESFA containing a link to the generated CSV - this link expires after 7 days
+ - send an email to the payer containing a link to the generated CSV - this link expires after 7 days
- update the claim status from ‘Submitted’ to ‘Payment in progress’
warning: This action cannot be undone.
submit: Send claims
@@ -34,5 +34,5 @@ en:
new_not_permitted:
page_caption: Payments
page_title: There are no claims to send for payment
- description: You cannot send any claims to the ESFA because there are no claims pending payment.
+ description: You cannot send any claims to the payer because there are no claims pending payment.
cancel: Cancel
diff --git a/config/locales/en/claims/support/claims/payments/claims.yml b/config/locales/en/claims/support/claims/payments/claims.yml
index 741aee2ae..9098ad187 100644
--- a/config/locales/en/claims/support/claims/payments/claims.yml
+++ b/config/locales/en/claims/support/claims/payments/claims.yml
@@ -20,7 +20,7 @@ en:
confirm_information_sent:
page_caption: Payments - Claim %{reference}
page_title: Are you sure you want to update the claim?
- description: You confirm that you have sent the ESFA the information they requested so they can pay the claim.
+ description: You confirm that you have sent the payer the information they requested so they can pay the claim.
submit: Update claim
cancel: Cancel
information_sent:
diff --git a/config/locales/en/claims/user_mailer.yml b/config/locales/en/claims/user_mailer.yml
index b38c4a415..6b418c131 100644
--- a/config/locales/en/claims/user_mailer.yml
+++ b/config/locales/en/claims/user_mailer.yml
@@ -87,7 +87,7 @@ en:
body: |
Dear %{user_name},
- We have amended your claim to reflect the amount being clawed back by the Education and Skills Funding Agency (ESFA). They will contact you to discuss how they will claim this money from you.
+ We have amended your claim to reflect the amount being clawed back by the payer. They will contact you to discuss how they will claim this money from you.
The affected claim reference is: %{reference}
diff --git a/config/locales/en/wizards/claims/upload_esfa_clawback_response_wizard.yml b/config/locales/en/wizards/claims/upload_esfa_clawback_response_wizard.yml
index eed56a57d..501bf62da 100644
--- a/config/locales/en/wizards/claims/upload_esfa_clawback_response_wizard.yml
+++ b/config/locales/en/wizards/claims/upload_esfa_clawback_response_wizard.yml
@@ -3,8 +3,8 @@ en:
claims:
upload_esfa_clawback_response_wizard:
upload_step:
- page_title: Upload ESFA response - Claims
- title: Upload ESFA response
+ page_title: Upload payer response - Claims
+ title: Upload payer response
caption: Clawbacks
upload_csv_file: Upload CSV file
csv_help: Help with the CSV file
@@ -32,10 +32,10 @@ en:
other: There are %{count} claims included in this upload.
upload_data: Upload responses
no_claims_step:
- title: You cannot upload an ESFA response
- page_title: You cannot upload an ESFA response - Clawbacks - Claims
+ title: You cannot upload a payer response
+ page_title: You cannot upload a payer response - Clawbacks - Claims
caption: Clawbacks
- you_cannot_upload: You cannot upload an ESFA response as there are no claims waiting for a response.
+ you_cannot_upload: You cannot upload a payer response as there are no claims waiting for a response.
upload_errors_step:
title: There is a problem with the CSV file
caption: Clawbacks
diff --git a/spec/mailers/claims/esfa_mailer_spec.rb b/spec/mailers/claims/esfa_mailer_spec.rb
index 086050889..d7d1e84b7 100644
--- a/spec/mailers/claims/esfa_mailer_spec.rb
+++ b/spec/mailers/claims/esfa_mailer_spec.rb
@@ -20,7 +20,7 @@
expect(claims_require_clawback_email.to).to match_array(esfa_emails)
expect(claims_require_clawback_email.subject).to eq("Claims requiring clawback - Claim funding for mentor training")
expect(claims_require_clawback_email.body.to_s.squish).to eq(<<~EMAIL.squish)
- To ESFA,
+ To the payer,
The claims in the CSV file link are ready for clawback— the link to the latest CSV file is valid for 7 days:
diff --git a/spec/mailers/claims/payment_mailer_spec.rb b/spec/mailers/claims/payment_mailer_spec.rb
index b32fe4ee0..1550241af 100644
--- a/spec/mailers/claims/payment_mailer_spec.rb
+++ b/spec/mailers/claims/payment_mailer_spec.rb
@@ -12,7 +12,7 @@
expect(email.to).to contain_exactly("esfa@example.com")
expect(email.subject).to eq("Claims ready for payment - Claim funding for mentor training")
expect(email.body.to_s.squish).to eq(<<~EMAIL.squish)
- To ESFA,
+ To the payer,
These claims from the Claim funding for mentor training service (Claim) are ready for payment — the link to the latest CSV file is valid for 7 days:
diff --git a/spec/mailers/claims/user_mailer_spec.rb b/spec/mailers/claims/user_mailer_spec.rb
index 7b7102bba..5dea4da59 100644
--- a/spec/mailers/claims/user_mailer_spec.rb
+++ b/spec/mailers/claims/user_mailer_spec.rb
@@ -229,7 +229,7 @@
expect(clawback_email.body.to_s.strip).to eq(<<~EMAIL.strip)
Dear #{user.first_name},
- We have amended your claim to reflect the amount being clawed back by the Education and Skills Funding Agency (ESFA). They will contact you to discuss how they will claim this money from you.
+ We have amended your claim to reflect the amount being clawed back by the payer. They will contact you to discuss how they will claim this money from you.
The affected claim reference is: #{claim.reference}
diff --git a/spec/system/claims/support/claims/clawbacks/send_to_esfa/support_user_can_not_send_claims_to_esfa_spec.rb b/spec/system/claims/support/claims/clawbacks/send_to_esfa/support_user_can_not_send_claims_to_esfa_spec.rb
index 7646b9bec..5b48e9174 100644
--- a/spec/system/claims/support/claims/clawbacks/send_to_esfa/support_user_can_not_send_claims_to_esfa_spec.rb
+++ b/spec/system/claims/support/claims/clawbacks/send_to_esfa/support_user_can_not_send_claims_to_esfa_spec.rb
@@ -45,7 +45,7 @@ def then_i_see_the_clawbacks_index_page
end
def when_i_click_on_send_claims_to_esfa
- click_on "Send claims to ESFA"
+ click_on "Send claims to payer"
end
def and_i_see_the_details_of_the_clawback_in_progress_claim
@@ -68,7 +68,7 @@ def then_i_see_the_are_no_claims_to_send_for_clawbacks
expect(page).to have_element(:p, text: "Clawbacks", class: "govuk-caption-l")
expect(page).to have_element(
:p,
- text: "You cannot send any claims to the ESFA because there are no claims with a clawback requested.",
+ text: "You cannot send any claims to the payer because there are no claims with a clawback requested.",
)
end
end
diff --git a/spec/system/claims/support/claims/clawbacks/send_to_esfa/support_user_sends_claims_to_esfa_spec.rb b/spec/system/claims/support/claims/clawbacks/send_to_esfa/support_user_sends_claims_to_esfa_spec.rb
index b13ae757b..d0b614f7a 100644
--- a/spec/system/claims/support/claims/clawbacks/send_to_esfa/support_user_sends_claims_to_esfa_spec.rb
+++ b/spec/system/claims/support/claims/clawbacks/send_to_esfa/support_user_sends_claims_to_esfa_spec.rb
@@ -1,6 +1,6 @@
require "rails_helper"
-RSpec.describe "Support user sends claims to ESFA", service: :claims, type: :system do
+RSpec.describe "Support user sends claims to payer", service: :claims, type: :system do
scenario do
given_claims_exist
and_i_am_signed_in
@@ -49,12 +49,12 @@ def then_i_see_the_clawbacks_index_page
end
def when_i_click_on_send_claims_to_esfa
- click_on "Send claims to ESFA"
+ click_on "Send claims to payer"
end
def then_i_can_see_a_confirmation_page
expect(page).to have_element(:p, text: "Clawbacks", class: "govuk-caption-l")
- expect(page).to have_h1("Send claims to ESFA")
+ expect(page).to have_h1("Send claims to payer")
expect(page).to have_element(:p, text: "There is 1 claim included in this submission.", class: "govuk-body")
expect(page).to have_element(:div, text: "Selecting ‘Send claims’ will:", class: "govuk-body")
expect(page).to have_element(
@@ -63,7 +63,7 @@ def then_i_can_see_a_confirmation_page
)
expect(page).to have_element(
:li,
- text: "send an email to the ESFA containing a link to the generated CSV - this link expires after 7 days",
+ text: "send an email to the payer containing a link to the generated CSV - this link expires after 7 days",
)
expect(page).to have_element(
:li,
@@ -77,7 +77,7 @@ def when_i_click_on_send_claims
end
def then_i_see_a_success_message
- expect(page).to have_success_banner("Claims sent to ESFA")
+ expect(page).to have_success_banner("Claims sent to payer")
end
def and_i_see_the_details_of_the_clawback_requested_claim
diff --git a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_can_not_upload_esfa_clawback_responses_when_there_are_no_claims_with_the_status_clawback_in_progress_spec.rb b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_can_not_upload_esfa_clawback_responses_when_there_are_no_claims_with_the_status_clawback_in_progress_spec.rb
index ccd149d8e..89fe28449 100644
--- a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_can_not_upload_esfa_clawback_responses_when_there_are_no_claims_with_the_status_clawback_in_progress_spec.rb
+++ b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_can_not_upload_esfa_clawback_responses_when_there_are_no_claims_with_the_status_clawback_in_progress_spec.rb
@@ -44,16 +44,16 @@ def and_i_see_no_clawback_claims_have_been_uploaded
end
def when_i_click_on_upload_esfa_response
- click_on "Upload ESFA response"
+ click_on "Upload payer response"
end
def then_i_see_there_are_no_claims_waiting_for_a_response
- expect(page).to have_title("You cannot upload an ESFA response - Clawbacks - Claims - Claim funding for mentor training - GOV.UK")
- expect(page).to have_h1("You cannot upload an ESFA response")
+ expect(page).to have_title("You cannot upload a payer response - Clawbacks - Claims - Claim funding for mentor training - GOV.UK")
+ expect(page).to have_h1("You cannot upload a payer response")
expect(page).to have_element(:span, text: "Clawback")
expect(page).to have_element(
:p,
- text: "You cannot upload an ESFA response as there are no claims waiting for a response.",
+ text: "You cannot upload a payer response as there are no claims waiting for a response.",
class: "govuk-body",
)
end
diff --git a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_does_not_upload_a_file_spec.rb b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_does_not_upload_a_file_spec.rb
index fadeb7558..cac50eccc 100644
--- a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_does_not_upload_a_file_spec.rb
+++ b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_does_not_upload_a_file_spec.rb
@@ -50,7 +50,7 @@ def then_i_see_the_clawback_claims_index_page
end
def then_i_see_the_upload_csv_page
- expect(page).to have_h1("Upload ESFA response")
+ expect(page).to have_h1("Upload payer response")
have_element(:span, text: "Sampling", class: "govuk-caption-l")
expect(page).to have_element(:label, text: "Upload CSV file")
end
@@ -69,7 +69,7 @@ def and_i_see_a_claim_with_the_status_clawback_in_progress
end
def when_i_click_on_upload_esfa_response
- click_on "Upload ESFA response"
+ click_on "Upload payer response"
end
def when_i_click_on_upload_csv_file
diff --git a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_an_invalid_claim_status_spec.rb b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_an_invalid_claim_status_spec.rb
index c255cabc3..885c30762 100644
--- a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_an_invalid_claim_status_spec.rb
+++ b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_an_invalid_claim_status_spec.rb
@@ -76,7 +76,7 @@ def then_i_see_the_clawback_claims_index_page
end
def then_i_see_the_upload_csv_page
- expect(page).to have_h1("Upload ESFA response")
+ expect(page).to have_h1("Upload payer response")
have_element(:span, text: "Clawbacks", class: "govuk-caption-l")
expect(page).to have_element(:label, text: "Upload CSV file")
end
@@ -104,7 +104,7 @@ def and_i_see_two_claims_with_the_status_clawback_in_progress
end
def when_i_click_on_upload_esfa_response
- click_on "Upload ESFA response"
+ click_on "Upload payer response"
end
def and_i_click_on_upload_csv_file
diff --git a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_claims_not_with_the_status_clawback_in_progress_spec.rb b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_claims_not_with_the_status_clawback_in_progress_spec.rb
index d405a2308..7c70ec9d5 100644
--- a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_claims_not_with_the_status_clawback_in_progress_spec.rb
+++ b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_claims_not_with_the_status_clawback_in_progress_spec.rb
@@ -76,7 +76,7 @@ def then_i_see_the_clawback_claims_index_page
end
def then_i_see_the_upload_csv_page
- expect(page).to have_h1("Upload ESFA response")
+ expect(page).to have_h1("Upload payer response")
have_element(:span, text: "Clawback", class: "govuk-caption-l")
expect(page).to have_element(:label, text: "Upload CSV file")
end
@@ -101,7 +101,7 @@ def and_i_do_not_see_a_claim_with_the_status_paid
end
def when_i_click_on_upload_esfa_response
- click_on "Upload ESFA response"
+ click_on "Upload payer response"
end
def and_i_click_on_upload_csv_file
diff --git a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_invalid_references_spec.rb b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_invalid_references_spec.rb
index 8dfbca332..b0de197a6 100644
--- a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_invalid_references_spec.rb
+++ b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_a_csv_containing_invalid_references_spec.rb
@@ -76,7 +76,7 @@ def then_i_see_the_clawback_claims_index_page
end
def then_i_see_the_upload_csv_page
- expect(page).to have_h1("Upload ESFA response")
+ expect(page).to have_h1("Upload payer response")
have_element(:span, text: "Clawbacks", class: "govuk-caption-l")
expect(page).to have_element(:label, text: "Upload CSV file")
end
@@ -104,7 +104,7 @@ def and_i_see_two_claims_with_the_status_clawback_in_progress
end
def when_i_click_on_upload_esfa_response
- click_on "Upload ESFA response"
+ click_on "Upload payer response"
end
def and_i_click_on_upload_csv_file
diff --git a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_esfa_responses_for_claims_with_the_status_clawback_in_progress_spec.rb b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_esfa_responses_for_claims_with_the_status_clawback_in_progress_spec.rb
index 1f7fe34e8..d0c7e8a10 100644
--- a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_esfa_responses_for_claims_with_the_status_clawback_in_progress_spec.rb
+++ b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_esfa_responses_for_claims_with_the_status_clawback_in_progress_spec.rb
@@ -113,7 +113,7 @@ def then_i_see_the_clawback_claims_index_page
end
def then_i_see_the_upload_csv_page
- expect(page).to have_h1("Upload ESFA response")
+ expect(page).to have_h1("Upload payer response")
have_element(:span, text: "Clawbacks", class: "govuk-caption-l")
expect(page).to have_element(:label, text: "Upload CSV file")
end
@@ -141,7 +141,7 @@ def and_i_see_two_claims_with_the_status_clawback_in_progress
end
def when_i_click_on_upload_esfa_response
- click_on "Upload ESFA response"
+ click_on "Upload payer response"
end
def and_i_click_on_upload_csv_file
diff --git a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_the_wrong_file_type_as_esfa_responses_spec.rb b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_the_wrong_file_type_as_esfa_responses_spec.rb
index c504ea8df..ffe8c541d 100644
--- a/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_the_wrong_file_type_as_esfa_responses_spec.rb
+++ b/spec/system/claims/support/claims/clawbacks/upload_esfa_response/support_user_uploads_the_wrong_file_type_as_esfa_responses_spec.rb
@@ -48,7 +48,7 @@ def then_i_see_the_clawback_claims_index_page
end
def then_i_see_the_upload_csv_page
- expect(page).to have_h1("Upload ESFA response")
+ expect(page).to have_h1("Upload payer response")
have_element(:span, text: "Clawbacks", class: "govuk-caption-l")
expect(page).to have_element(:label, text: "Upload CSV file")
end
@@ -67,7 +67,7 @@ def and_i_see_a_claim_with_the_status_clawback_in_progress
end
def when_i_click_on_upload_esfa_response
- click_on "Upload ESFA response"
+ click_on "Upload payer response"
end
def and_i_click_on_upload_csv_file
diff --git a/spec/system/claims/support/claims/payments/confirm_claim_payment_information_sent_spec.rb b/spec/system/claims/support/claims/payments/confirm_claim_payment_information_sent_spec.rb
index 37e79f07f..7fc2b3c9a 100644
--- a/spec/system/claims/support/claims/payments/confirm_claim_payment_information_sent_spec.rb
+++ b/spec/system/claims/support/claims/payments/confirm_claim_payment_information_sent_spec.rb
@@ -30,7 +30,7 @@ def when_i_click_on_confirm_information_sent
def then_i_see_a_confirmation_page
expect(page).to have_content("Are you sure you want to update the claim?")
- expect(page).to have_content("You confirm that you have sent the ESFA the information they requested so they can pay the claim.")
+ expect(page).to have_content("You confirm that you have sent the payer the information they requested so they can pay the claim.")
end
def when_i_click_on_update_claim
diff --git a/spec/system/claims/support/claims/payments/send_claims_to_esfa_spec.rb b/spec/system/claims/support/claims/payments/send_claims_to_esfa_spec.rb
index 8d6b88d09..a79ba0ef3 100644
--- a/spec/system/claims/support/claims/payments/send_claims_to_esfa_spec.rb
+++ b/spec/system/claims/support/claims/payments/send_claims_to_esfa_spec.rb
@@ -1,13 +1,13 @@
require "rails_helper"
-RSpec.describe "Send claims to ESFA", service: :claims, type: :system do
+RSpec.describe "Send claims to payer", service: :claims, type: :system do
let(:support_user) { create(:claims_support_user) }
before do
user_exists_in_dfe_sign_in(user: support_user)
end
- scenario "Support user attempts to send claims to ESFA, but there are no 'submitted' claims" do
+ scenario "Support user attempts to send claims to payer, but there are no 'submitted' claims" do
given_i_sign_in
when_i_visit_claims_payments_index_page
when_i_click_on_send_claims_to_esfa
@@ -19,7 +19,7 @@
create_list(:claim, 3, :submitted)
end
- scenario "Support user sends claims to ESFA" do
+ scenario "Support user sends claims to payer" do
given_i_sign_in
when_i_visit_claims_payments_index_page
when_i_click_on_send_claims_to_esfa
@@ -44,23 +44,23 @@ def when_i_visit_claims_payments_index_page
end
def when_i_click_on_send_claims_to_esfa
- click_on("Send claims to ESFA")
+ click_on("Send claims to payer")
end
def then_i_can_see_an_error_page
expect(page).to have_css("p.govuk-caption-l", text: "Payments")
expect(page).to have_css("h1.govuk-heading-l", text: "There are no claims to send for payment")
- expect(page).to have_css("p.govuk-body", text: "You cannot send any claims to the ESFA because there are no claims pending payment.")
+ expect(page).to have_css("p.govuk-body", text: "You cannot send any claims to the payer because there are no claims pending payment.")
expect(page).to have_link("Cancel", href: claims_support_claims_payments_path)
end
def then_i_can_see_a_confirmation_page
expect(page).to have_css("p.govuk-caption-l", text: "Payments")
- expect(page).to have_css("h1.govuk-heading-l", text: "Send claims to ESFA")
+ expect(page).to have_css("h1.govuk-heading-l", text: "Send claims to payer")
expect(page).to have_css("p.govuk-body", text: "There are 3 claims included in this submission.")
expect(page).to have_css("p.govuk-body", text: "Selecting ‘Send claims’ will:")
expect(page).to have_css("li", text: "create a CSV containing a list of all ‘Submitted’ claims")
- expect(page).to have_css("li", text: "send an email to the ESFA containing a link to the generated CSV - this link expires after 7 days")
+ expect(page).to have_css("li", text: "send an email to the payer containing a link to the generated CSV - this link expires after 7 days")
expect(page).to have_css("li", text: "update the claim status from ‘Submitted’ to ‘Payment in progress’")
expect(page).to have_css("div.govuk-warning-text", text: "This action cannot be undone.")
end
@@ -70,7 +70,7 @@ def when_i_click_on_send_claims
end
def then_i_see_a_success_flash_message
- expect(page).to have_content("Claims sent to ESFA")
+ expect(page).to have_content("Claims sent to payer")
end
def and_claims_have_been_sent_to_esfa
diff --git a/spec/system/claims/support/claims/payments/upload_esfa_response_spec.rb b/spec/system/claims/support/claims/payments/upload_esfa_response_spec.rb
index a75656abe..af00a5452 100644
--- a/spec/system/claims/support/claims/payments/upload_esfa_response_spec.rb
+++ b/spec/system/claims/support/claims/payments/upload_esfa_response_spec.rb
@@ -1,9 +1,9 @@
require "rails_helper"
-RSpec.describe "Upload ESFA response CSV", service: :claims, type: :system do
+RSpec.describe "Upload payer response CSV", service: :claims, type: :system do
let(:support_user) { create(:claims_support_user) }
- scenario "Support user attempts to upload ESFA response, but there are no 'payment_in_progress' claims" do
+ scenario "Support user attempts to upload payer response, but there are no 'payment_in_progress' claims" do
given_i_sign_in
when_i_visit_claims_payments_index_page
when_i_click_on_upload_esfa_response
@@ -31,7 +31,7 @@
and_claims_have_been_paid_and_payment_information_requested
end
- scenario "Support user attempts to upload ESFA response without attaching a file" do
+ scenario "Support user attempts to upload payer response without attaching a file" do
given_i_sign_in
when_i_visit_claims_payments_index_page
when_i_click_on_upload_esfa_response
@@ -54,7 +54,7 @@ def when_i_visit_claims_payments_index_page
end
def when_i_click_on_upload_esfa_response
- click_on("Upload ESFA response")
+ click_on("Upload payer response")
end
def then_i_can_see_an_upload_form
@@ -63,8 +63,8 @@ def then_i_can_see_an_upload_form
def then_i_can_see_an_error_page
expect(page).to have_css("p.govuk-caption-l", text: "Payments")
- expect(page).to have_css("h1.govuk-heading-l", text: "You cannot upload a response from the ESFA")
- expect(page).to have_css("p.govuk-body", text: "You cannot upload a response from the ESFA as there are no claims waiting for a response.")
+ expect(page).to have_css("h1.govuk-heading-l", text: "You cannot upload a response from the payer")
+ expect(page).to have_css("p.govuk-body", text: "You cannot upload a response from the payer as there are no claims waiting for a response.")
expect(page).to have_link("Cancel", href: claims_support_claims_payments_path)
end
@@ -79,7 +79,7 @@ def when_i_click_on_upload_csv_file
def then_i_can_see_a_confirmation_page
expect(page).to have_css("p.govuk-caption-l", text: "Payments")
- expect(page).to have_css("h1.govuk-heading-l", text: "Are you sure you want to upload the ESFA response?")
+ expect(page).to have_css("h1.govuk-heading-l", text: "Are you sure you want to upload the payer response?")
expect(page).to have_css("p.govuk-body", text: "There are 5 claims included in this upload.")
end
@@ -88,7 +88,7 @@ def when_i_click_on_upload_response
end
def then_i_see_a_success_flash_message
- expect(page).to have_content("ESFA response uploaded")
+ expect(page).to have_content("Payer response uploaded")
end
def then_i_see_the_error_message(message)
diff --git a/spec/system/claims/support/claims/view_a_claims_activity_spec.rb b/spec/system/claims/support/claims/view_a_claims_activity_spec.rb
index cd5bf9b43..f88dca055 100644
--- a/spec/system/claims/support/claims/view_a_claims_activity_spec.rb
+++ b/spec/system/claims/support/claims/view_a_claims_activity_spec.rb
@@ -47,7 +47,7 @@ def and_i_click_on_view_all_files_of_a_claim_activity
end
def then_i_can_see_the_claims_activity_payment_request_delivered_details
- expect(page).to have_css("h1.govuk-heading-l", text: "Claims sent to ESFA")
+ expect(page).to have_css("h1.govuk-heading-l", text: "Claims sent to payer")
expect(page).to have_content("Colin Chapman on 20 December 2024 at 4:00pm")
end
diff --git a/spec/system/claims/support/claims/view_claims_activity_log_spec.rb b/spec/system/claims/support/claims/view_claims_activity_log_spec.rb
index f7d39e6ac..222083c99 100644
--- a/spec/system/claims/support/claims/view_claims_activity_log_spec.rb
+++ b/spec/system/claims/support/claims/view_claims_activity_log_spec.rb
@@ -37,7 +37,7 @@ def then_i_can_see_the_claims_activities
end
within(".app-timeline__item:nth-child(2)") do
- expect(page).to have_content("Claims sent to ESFA for payment")
+ expect(page).to have_content("Claims sent to payer for payment")
expect(page).to have_content("Colin Chapman on 20 December 2024 at 4:00pm")
end
end
diff --git a/spec/wizards/claims/request_clawback_wizard_spec.rb b/spec/wizards/claims/request_clawback_wizard_spec.rb
index cca178fc7..c4a5080f1 100644
--- a/spec/wizards/claims/request_clawback_wizard_spec.rb
+++ b/spec/wizards/claims/request_clawback_wizard_spec.rb
@@ -69,7 +69,7 @@
}
end
- it "calls the ClawbackRequested service with the claim and esfa responses" do
+ it "calls the ClawbackRequested service with the claim and payer responses" do
wizard.submit_esfa_responses
expect(Claims::Claim::Clawback::ClawbackRequested).to have_received(:call).with(claim:, esfa_responses:)
end