public void WhenISelectDoNotCancelOptionAndClickContinue()
 {
     ClickElement(cancelNoRadio);
     LearnerAchievedMinStandardForEnglishAndMathsPage.ClickContinue();
 }
 public void ThenIShouldSeeProviderDashboardPageWhenIClickContinueButton()
 {
     LearnerAchievedMinStandardForEnglishAndMathsPage.ClickContinue();
     LearnerManageLearnerRecordsPage.VerifyManageLearnerRecordsPage();
 }