Skip to content

Commit 60e5e24

Browse files
authored
Merge pull request #6544 from NHSDigital/content-children-in-session
Change ‘Children’ session navigation label to ‘Children in session’
2 parents efac587 + 93ad524 commit 60e5e24

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

config/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ en:
12511251
consent: Consent
12521252
overview: Overview
12531253
patient_specific_directions: PSDs
1254-
patients: Children
1254+
patients: Children in session
12551255
record: Record vaccinations
12561256
register: Register
12571257
triage: Triage

spec/features/triage_delay_vaccination_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def and_a_vaccination_at_clinic_email_is_sent_to_the_parent
9595
end
9696

9797
def when_i_filter_by_delay_vaccination
98-
within(".nhsuk-breadcrumb") { click_on "Children" }
98+
within(".nhsuk-breadcrumb") { click_on "Children in session" }
9999
choose "Unable to vaccinate"
100100
check "Delay vaccination"
101101
click_on "Update results"

spec/features/triage_invite_to_clinic_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def and_a_vaccination_at_clinic_ryg_email_is_sent_to_the_parent
194194
end
195195

196196
def when_i_filter_by_invited_to_clinic
197-
within(".nhsuk-breadcrumb") { click_on "Children" }
197+
within(".nhsuk-breadcrumb") { click_on "Children in session" }
198198
choose "Needs triage"
199199
click_on "Update results"
200200
end

spec/features/triage_required_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def then_i_see_the_triage_options_for_nasal_only_consent
446446
end
447447

448448
def when_i_go_to_the_second_patient
449-
within(".nhsuk-breadcrumb") { click_on "Children" }
449+
within(".nhsuk-breadcrumb") { click_on "Children in session" }
450450
click_link @patient_nasal_only.full_name, match: :first
451451
end
452452

spec/features/vaccination_offline_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def then_i_see_the_uploaded_vaccination_outcomes_reflected_in_the_session
558558
expect(page).to have_content("SiteLeft arm (upper position)")
559559

560560
visit patient_url
561-
within(".nhsuk-breadcrumb") { click_on "Children" }
561+
within(".nhsuk-breadcrumb") { click_on "Children in session" }
562562
choose "Unable to vaccinate"
563563
click_on "Update results"
564564

@@ -568,7 +568,7 @@ def then_i_see_the_uploaded_vaccination_outcomes_reflected_in_the_session
568568
expect(page).to have_content("Unwell")
569569

570570
visit patient_url
571-
within(".nhsuk-breadcrumb") { click_on "Children" }
571+
within(".nhsuk-breadcrumb") { click_on "Children in session" }
572572
choose "Vaccinated", match: :first
573573
click_on "Update results"
574574

0 commit comments

Comments
 (0)