public MatchYourSkillsToCareerEnterOccupationSteps(ScenarioContext context)
 {
     _context       = context;
     enterJobsPage  = new EnterJobsPage(_context);
     moreSkillsPage = new MoreSkillsPage(_context);
     moreJobsPage   = new MoreJobsPage(_context);
 }
 public MatchYourSkillsToCareerCommonSteps(ScenarioContext context)
 {
     _context = context;
     matchYourSkillsToCareerHomepage = new MatchYourSkillsToCareerHomePage(_context);
     moreSkillsPage = new MoreSkillsPage(_context);
     workedPage     = new WorkedPage(_context);
     routePage      = new RoutePage(_context);
 }
 public void ThenIAmTakenToTheMoreSkillsPage()
 {
     moreSkillsPage = new MoreSkillsPage(_context);
 }