Skip to content

Commit

Permalink
Change label on further education
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stefano committed Dec 30, 2024
1 parent 9fcfef4 commit 14119c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/locales/find.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions spec/system/find/v2/results/search_results_enabled_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 14119c0

Please sign in to comment.