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()); }
public void GivenClickOnSelectAllIcon() { notification.ClickSelectAllButton(); }