Exemple #1
0
 public void Edit_Contact_And_Delete_Organization_Value()
 {
     ContactCreator.CreateSimpleContact();
     ContactCreator.EditContactRemovingOrganization(ContactCreator.FirstContact);
     AssertThat.IsTrue(ContactCreator.FirstContact.IsContactSavedAfterEdit, "Contact was not saved after edit but, it should.");
     AssertThat.IsTrue(ContactCreator.FirstContact.AreContactFieldValuesSavedCorrectly, "Contact fields have not the expected values after the edit.");
 }