public void ThenTheSelectExamPeriodPageIsDisplayed() { string uln = _scenarioContext["uln"] as string; RAUSelectExamPeriodPage.VerifyRAUSelectExamPeriodPage(); RAUSelectExamPeriodPage.VerifyRAULearnerDetails(uln); RAUSelectExamPeriodPage.VerifyExamPeriodDetails(); RAUSelectExamPeriodPage.VerifyRadioButtonsNotPrepopulated(); }
public void WhenISelectAnAssessmentSeriesWhichHasNotGotAGradeAgainstIt() { RAUSelectExamPeriodPage.ClickAutumn2021RadioBtn(); RAUSelectExamPeriodPage.ClickSubmitBtn(); }
public void WhenIPressTheSubmitButtonOnTheSelectAssessmentEntryPage() { RAUSelectExamPeriodPage.ClickSubmitBtn(); }
public void ThenTheFollowingErrorMessageIsDisplayedOnTheSelectExamPeriodPage(string ErrorMessage) { RAUSelectExamPeriodPage.VerifyErrorMessage(ErrorMessage); }
public void WhenIPressTheBackLinkOnTheSelectAssessmentEntryPage() { RAUSelectExamPeriodPage.ClickBackLink(); }