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());
        }
Beispiel #2
0
 public void WhenClickOnTheDeleteSelectionIcon()
 {
     notification.ClickDelectSelectionButton();
 }