示例#1
0
        public void ThenIShouldSeeLearnerNotWithdrawnPage()
        {
            UlnNotRegisteredPage.VerifyUlnNotWithdrawnPage();
            var uln = _scenarioContext["uln"] as string;

            UlnNotRegisteredPage.VerifyUlnNotWithdrawnContent(uln);
        }
        public void ThenIShouldSeeSOANotAvailableWithoutIpPage()
        {
            SoaNotAvailablePage.VerifySoaNotAvailablePage();
            var uln = _scenarioContext["uln"] as string;

            UlnNotRegisteredPage.VerifyUlnNotWithdrawnContent(uln);
        }
示例#3
0
 public void ThenClickOnBackToHomeShouldTakeMeToDashboardPage()
 {
     RequestSOA_SearchForALearnerPage.ClickSearch();
     UlnNotRegisteredPage.VerifyBackToHomeNavigation();
 }