Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hint text for teacher_catchment question #2153

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ en:
date_of_birth: For example, 31 3 1980
national_insurance_number: This will help us match your details. It’s on your National Insurance card, benefit letter, payslip or P60. For example, ‘QQ 12 34 56 C’.
senco_start_date: For example, 1 2024
work_setting: You must make sure the information you provide is correct, as your course provider will check your details.
work_setting: Make sure the information you provide is correct, as your course provider will check your details. Register using your current workplace details, even if they will change soon.

label:
applications_change_training_status:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def run_scenario(js:)
end

expect_page_to_have(path: "/registration/work-setting", submit_form: true) do
expect(page).to have_text("Register using your current workplace details, even if they will change soon.")
page.choose("A school", visible: :all)
end

Expand Down
Loading