Пример #1
0
        public void TC_019_01_Delete_Single_Notification()
        {
            SignIn.OpenForm();
            SignIn.FillCredentials(RowNumber);
            notification.ClickNotificationButton();
            notification.ClickSeeAllButton();
            notification.TickNotificationItem(0);//0 is the first notification
            notification.ClickDelectSelectionButton();

            Assert.AreEqual("Notification updated", commonPage.getAlertDialogText());
        }
Пример #2
0
 public void GivenTickANotificationItem()
 {
     notification.TickNotificationItem(0);
 }