Ejemplo n.º 1
0
        public void ThenTheSelectExamPeriodPageIsDisplayed()
        {
            string uln = _scenarioContext["uln"] as string;

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