public void GivenIAttemptToRequestAStatementOfAchievementAgainWithinDays(int p0)
        {
            var uln = _scenarioContext["uln"] as string;

            SOAConfirmationPage.ClickBackToHomeBtn();
            ClickLinkByLabel("Request statement of achievement");
            ClickLinkByLabel("Continue");
            RequestSOA_SearchForALearnerPage.EnterULN(uln);
        }
예제 #2
0
 public void ThenIPressTheBackToHomeButtonOnTheStatementOfAchievementConfirmationPage()
 {
     SOAConfirmationPage.ClickBackToHomeBtn();
 }
예제 #3
0
        public void ThenTheRequestStatementOfAchievementConfirmationPageIsDisplayed()
        {
            var uln = _scenarioContext["uln"] as string;

            SOAConfirmationPage.VerifyRequestSOAConfirmationPage(uln, "Db FirstName Db LastName");
        }