Skip to content

Commit

Permalink
copy tweak: update info provided with SLC
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Jan 29, 2025
1 parent d0b2f12 commit 1e7d6cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/claims/information_provided.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<li>the school you are currently employed to teach at</li>
<li>the Department for Education’s (DfE) database of qualified teachers</li>
<li>the Teacher Pension Scheme</li>
<li>the Student Loans Company</li>
</ul>

<h2 class="govuk-heading-m">To pay you</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e7d6cc

Please sign in to comment.