Ejemplo n.º 1
0
        public void ThenAAppInfoErrorMessageShouldBeDisplayed(string errMsg)
        {
            AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);

            addApprenticeshipPage.AppInfoErrorDisplayed(errMsg, "AddlChar");
        }
Ejemplo n.º 2
0
        public void WhenIHaveEnteredContactDetails(string contact)
        {
            AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);

            addApprenticeshipPage.EnterContactUs(contact);
        }
Ejemplo n.º 3
0
        public void WhenIHaveClickedContinueError()
        {
            AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);

            addApprenticeshipPage.ContinueError();
        }
Ejemplo n.º 4
0
        public void WhenIHaveEnteredAnEmail(string email)
        {
            AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);

            addApprenticeshipPage.EnterEmail(email);
        }
Ejemplo n.º 5
0
        public void WhenIHaveEnteredATelephone(string Phone)
        {
            AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);

            addApprenticeshipPage.EnterPhone(Phone);
        }
Ejemplo n.º 6
0
        public void WhenIHaveEnteredAWebsite(string webSite)
        {
            AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);

            addApprenticeshipPage.EnterWebsite(webSite);
        }
Ejemplo n.º 7
0
        public void WhenIEnterApprenticeshipsInformation(string appInfo)
        {
            AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);

            addApprenticeshipPage.EnterInfo(appInfo);
        }
Ejemplo n.º 8
0
 public void GivenIHaveAccessedTheApprenticeshipsTrainingDetailsPage()
 {
     AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);
 }
Ejemplo n.º 9
0
        public void ThenAWebsiteErrorMessageShouldBeDisplayed(string errMsg)
        {
            AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);

            addApprenticeshipPage.WebsiteErrorDisplayed();
        }
Ejemplo n.º 10
0
        public void ThenAPhoneInfoErrorMessageShouldBeDisplayed(string errMsg)
        {
            AddApprenticeshipPage addApprenticeshipPage = new AddApprenticeshipPage(webDriver);

            addApprenticeshipPage.PhoneErrorDisplayed(errMsg);
        }