Пример #1
0
 public void ThenTheErrorMessageIsDisplayed(String errorMsg)
 {
     Assert.IsTrue(_signUpPage.GetErrorMsg().Equals(errorMsg));
 }