public MatchYourSkillsToCareerEnterOccupationSteps(ScenarioContext context)
 {
     _context       = context;
     enterJobsPage  = new EnterJobsPage(_context);
     moreSkillsPage = new MoreSkillsPage(_context);
     moreJobsPage   = new MoreJobsPage(_context);
 }
 public void ThenIAmTakenToTheEnterYourJobPage()
 {
     moreJobsPage = new MoreJobsPage(_context);
 }