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

            Assert.IsTrue(notification.getServiceRequestText().Contains("Updated at"));
        }
Beispiel #2
0
 public void WhenClickOnTheNotificationButton()
 {
     notification.ClickNotificationButton();
 }