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

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