Esempio n. 1
0
 public void ThenIAmShownAnErrorMessageStatingOnTheMinStandardForEMPage(string ErrorMessage)
 {
     HasLearnersAchievedEMSendPage.ValidateErrorMessage(ErrorMessage);
 }
Esempio n. 2
0
 public void WhenIClickTheBackLinkOnThePage(string p0)
 {
     HasLearnersAchievedEMSendPage.ClickBackLink();
 }
Esempio n. 3
0
 public void GivenIClickSubmitWithoutSelectingARadioButtonOnTheMinStandardForEMPage()
 {
     HasLearnersAchievedEMSendPage.ClickSubmitButton();
 }
Esempio n. 4
0
 public void ThenTheRadioButtonCaptionTextIsShownAboveTheContinueButttonOnTheMinStandardForEMPage()
 {
     HasLearnersAchievedEMSendPage.VerifyDeclarationTextDisplayed();
 }
Esempio n. 5
0
 public void GivenISelectTheRadioButtonOnTheMinStandardForEMPage(string RadioButton)
 {
     HasLearnersAchievedEMSendPage.SelectRadioButton(RadioButton);
 }
Esempio n. 6
0
 public void ThenTheRadioButtonsWillNotBePopulatedOnPage(string p0)
 {
     HasLearnersAchievedEMSendPage.VerifyRadioButtonsNotSelected();
 }
Esempio n. 7
0
 public void ThenIAmNavigatedToThePage(string p0)
 {
     HasLearnersAchievedEMSendPage.VerifyHasLearnersAchievedEMSendPage();
 }
Esempio n. 8
0
 public void GivenIClickSubmitOnTheMinStandardForEMPage()
 {
     HasLearnersAchievedEMSendPage.ClickSubmitButton();
 }