public void TC_017_02_Click_Notification_MarkAllAsRead()
        {
            SignIn.OpenForm();
            SignIn.FillCredentials(RowNumber);
            notification.ClickNotificationButton();
            notification.ClickMarkAllAsReadButton();

            Assert.IsTrue(!notification.isNumberVisible());
        }
Beispiel #2
0
 public void ThenTheNumbersOfNotificationShouldBeCleared()
 {
     Assert.IsTrue(!notification.isNumberVisible());
 }