From 1e7d6cc825c655cfd021ff8c0d0c07f67c2f54a2 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Wed, 29 Jan 2025 10:14:53 +0000 Subject: [PATCH] copy tweak: update info provided with SLC --- app/views/claims/information_provided.html.erb | 1 + .../claims/information_provided.html.erb | 3 ++- .../early_career_payments/early_career_payments_claim_spec.rb | 1 + spec/features/further_education_payments/happy_path_spec.rb | 1 + .../tslr_claim_journey_with_teacher_id_check_email_spec.rb | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/claims/information_provided.html.erb b/app/views/claims/information_provided.html.erb index 0a63b08c45..52ab3e347b 100644 --- a/app/views/claims/information_provided.html.erb +++ b/app/views/claims/information_provided.html.erb @@ -13,6 +13,7 @@
  • the school you are currently employed to teach at
  • the Department for Education’s (DfE) database of qualified teachers
  • the Teacher Pension Scheme
  • +
  • the Student Loans Company
  • To pay you

    diff --git a/app/views/further_education_payments/claims/information_provided.html.erb b/app/views/further_education_payments/claims/information_provided.html.erb index b7597ef1c0..b0d44078b5 100644 --- a/app/views/further_education_payments/claims/information_provided.html.erb +++ b/app/views/further_education_payments/claims/information_provided.html.erb @@ -12,7 +12,8 @@ <%= govuk_list [ "further education provider where you currently teach", - "Teacher’s Pension Scheme, if you have a teacher reference number (TRN) and choose to provide it" + "Teacher’s Pension Scheme, if you have a teacher reference number (TRN) and choose to provide it", + "the Student Loans Company" ], type: :bullet %> <%= govuk_details(summary_text: "Where to find your TRN") do %> diff --git a/spec/features/early_career_payments/early_career_payments_claim_spec.rb b/spec/features/early_career_payments/early_career_payments_claim_spec.rb index b5727f4f7a..c4d051e568 100644 --- a/spec/features/early_career_payments/early_career_payments_claim_spec.rb +++ b/spec/features/early_career_payments/early_career_payments_claim_spec.rb @@ -113,6 +113,7 @@ # - How will we use the information you provide expect(page).to have_text("How we will use the information you provide") expect(page).to have_text("For more details, you can read about payments and deductions for the early-career payment") + expect(page).to have_text("the Student Loans Company") click_on "Continue" # - Personal details diff --git a/spec/features/further_education_payments/happy_path_spec.rb b/spec/features/further_education_payments/happy_path_spec.rb index 3b74d01462..0ff1ab2490 100644 --- a/spec/features/further_education_payments/happy_path_spec.rb +++ b/spec/features/further_education_payments/happy_path_spec.rb @@ -118,6 +118,7 @@ sign_in_with_one_login expect(page).to have_content("How we will use the information you provide") + expect(page).to have_content("the Student Loans Company") click_button "Continue" expect(page).to have_content("Personal details") diff --git a/spec/features/tslr/tslr_claim_journey_with_teacher_id_check_email_spec.rb b/spec/features/tslr/tslr_claim_journey_with_teacher_id_check_email_spec.rb index 13eb4c4a23..2486b43df3 100644 --- a/spec/features/tslr/tslr_claim_journey_with_teacher_id_check_email_spec.rb +++ b/spec/features/tslr/tslr_claim_journey_with_teacher_id_check_email_spec.rb @@ -162,6 +162,7 @@ def navigate_to_check_email_page(school:) # - How we will use the information you provide expect(page).to have_text("How we will use the information you provide") + expect(page).to have_text("the Student Loans Company") click_on "Continue" # - Personal details - skipped