Beispiel #1
0
        public void User_Can_Remove_Buttons_from_Contacts_tab()
        {
            ContactsPage.GoTo();
            ContactPage.RemoveButtons();

            Assert.IsTrue(ContactPage.ButtonsRemoved(), "Removal of one of the Text Message buttons failed.");
            ContactPage.ReturnToHomePage();
        }