Beispiel #1
0
        public void User_Can_Remove_Buttons_from_Accounts_tab()
        {
            AccountsPage.GoTo();
            AccountPage.RemoveButtons();

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