class GovukPublishingComponents::Presenters::PageWithStepByStepNavigation

def active_step_by_step

def active_step_by_step
  step_navs_list = step_navs_combined_list
  @active_step_navs ||= step_navs_list.select { |step_nav| step_nav.content_id == active_step_nav_content_id }
  @active_step_navs.first
end