예제 #1
0
        public void TC_019_03_Delete_All_Notifications()
        {
            SignIn.OpenForm();
            SignIn.FillCredentials(RowNumber);
            notification.ClickNotificationButton();
            notification.ClickSeeAllButton();
            Thread.Sleep(2000);
            notification.ClickSelectAllButton();
            notification.ClickDelectSelectionButton();

            Assert.AreEqual("Notification updated", commonPage.getAlertDialogText());
        }
예제 #2
0
 public void GivenClickOnSelectAllIcon()
 {
     notification.ClickSelectAllButton();
 }