示例#1
0
        public void ThenTheSelectExamPeriodPageIsDisplayed()
        {
            string uln = _scenarioContext["uln"] as string;

            RAUSelectExamPeriodPage.VerifyRAUSelectExamPeriodPage();
            RAUSelectExamPeriodPage.VerifyRAULearnerDetails(uln);
            RAUSelectExamPeriodPage.VerifyExamPeriodDetails();
            RAUSelectExamPeriodPage.VerifyRadioButtonsNotPrepopulated();
        }
示例#2
0
 public void WhenISelectAnAssessmentSeriesWhichHasNotGotAGradeAgainstIt()
 {
     RAUSelectExamPeriodPage.ClickAutumn2021RadioBtn();
     RAUSelectExamPeriodPage.ClickSubmitBtn();
 }
示例#3
0
 public void WhenIPressTheSubmitButtonOnTheSelectAssessmentEntryPage()
 {
     RAUSelectExamPeriodPage.ClickSubmitBtn();
 }
示例#4
0
 public void ThenTheFollowingErrorMessageIsDisplayedOnTheSelectExamPeriodPage(string ErrorMessage)
 {
     RAUSelectExamPeriodPage.VerifyErrorMessage(ErrorMessage);
 }
示例#5
0
 public void WhenIPressTheBackLinkOnTheSelectAssessmentEntryPage()
 {
     RAUSelectExamPeriodPage.ClickBackLink();
 }