Skip to content

Commit

Permalink
update event question
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaachesongray committed Jan 2, 2025
1 parent 7dc524d commit 785b86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ en:
address_postcode: What is your UK postcode? (optional)
degree_status_id: Do you have a degree?
consideration_journey_stage_id: How close are you to applying for teacher training?
preferred_teaching_subject_id: What do you want to teach?
preferred_teaching_subject_id: Select the subject you're most interested in teaching

callbacks_steps_personal_details:
first_name: First name
Expand Down
2 changes: 1 addition & 1 deletion spec/features/event_wizard_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def fill_in_personalised_updates(
if page.has_text?("What is your UK postcode? (optional)")
fill_in "What is your UK postcode? (optional)", with: postcode
end
select_value_or_default "What do you want to teach?", preferred_teaching_subject
select_value_or_default "Select the subject you're most interested in teaching", preferred_teaching_subject
end

def select_value_or_default(label, value = nil)
Expand Down

0 comments on commit 785b86e

Please sign in to comment.