public void ThenErrorMessageForMissingCellPhoneIsDisplayed()
 {
     RegisterSecondStepAsserter.AssertMissingErrorMessage("Please enter Cell Phone", this.homePage.registerSecondStep.CellPhoneErrorMessageText());
 }
 public void ThenErrorMessageForNotAcceptTheTermsAndConditions()
 {
     RegisterSecondStepAsserter.AssertMissingErrorMessage("Please accept the terms and conditions", this.homePage.registerSecondStep.TermsAndConditionsErrorMessageText());
 }
 public void ThenErrorMessageForMissingLastNameIsDisplayed()
 {
     RegisterSecondStepAsserter.AssertMissingErrorMessage("Please enter Last Name", this.homePage.registerSecondStep.LastnameErrorMessageText());
 }