Exemplo n.º 1
0
        public void TC_017_01_Click_Notification_Menu()
        {
            SignIn.OpenForm();
            SignIn.FillCredentials(RowNumber);
            notification.ClickNotificationButton();

            Assert.IsTrue(notification.getServiceRequestText().Contains("Updated at"));
        }
Exemplo n.º 2
0
 public void ThenTheNotificationShouldBeDisplayed()
 {
     Assert.IsTrue(notification.getServiceRequestText().Contains("Updated at"));
 }