Beispiel #1
0
 public void Select_Multiple_Contacts()
 {
     ContactsPage.SelectRandomNumberOfContacts();
     AssertThat.AreEqual(ContactsPage.SelectedContactsCount, ContactsPage.SelectedContactsCountByLabel, "The count of selected contacts is not equal with the value of the corresponding label");
 }