Exemplo n.º 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());
        }
Exemplo n.º 2
0
 public void GivenClickOnSelectAllIcon()
 {
     notification.ClickSelectAllButton();
 }