From 14119c0655cc4eb6dcb0fa01f3ad09905ec231a8 Mon Sep 17 00:00:00 2001 From: Tomas D'Stefano Date: Fri, 27 Dec 2024 08:19:31 +0000 Subject: [PATCH] Change label on further education --- config/locales/find.yml | 2 +- spec/system/find/v2/results/search_results_enabled_spec.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/find.yml b/config/locales/find.yml index cff4bde39f..d7f20db0a6 100644 --- a/config/locales/find.yml +++ b/config/locales/find.yml @@ -335,7 +335,7 @@ en: qualification_options: qts: QTS only qts_with_pgce_or_pgde: QTS with PGCE or PGDE - further_education: Only show further education courses + further_education: Further education courses funding_options: fee: Fee - no salary salary: Salary diff --git a/spec/system/find/v2/results/search_results_enabled_spec.rb b/spec/system/find/v2/results/search_results_enabled_spec.rb index c955821f28..64f70f73a5 100644 --- a/spec/system/find/v2/results/search_results_enabled_spec.rb +++ b/spec/system/find/v2/results/search_results_enabled_spec.rb @@ -323,7 +323,7 @@ def and_i_filter_by_courses_open_for_applications end def and_i_filter_by_further_education_courses - check 'Only show further education courses', visible: :all + check 'Further education courses', visible: :all and_i_apply_the_filters end @@ -413,7 +413,7 @@ def then_i_see_only_further_education__courses end def and_the_further_education_filter_is_checked - expect(page).to have_checked_field('Only show further education courses', visible: :all) + expect(page).to have_checked_field('Further education courses', visible: :all) end def then_i_see_only_courses_with_special_education_needs