Example #1
0
 public void ThenAllNotificationsShouldBeSelected()
 {
     Notifications_Page.AllServiceRequestsSelectedAssertion();
 }
Example #2
0
 public void ThenAllNotificationsShouldBeUnselected()
 {
     Notifications_Page.UnselectAllAssertion();
 }
Example #3
0
 public void ThenAllNotificationsSelectedShouldBeMarkedAsRead()
 {
     Notifications_Page.MarkAsReadAssertion();
 }
Example #4
0
 public void ThenTheNotificationItemShouldBeMarkedAsRead()
 {
     Notifications_Page.MarkAsReadAssertion();
 }
Example #5
0
 public void WhenClickOnUnselectAll()
 {
     Notifications_Page.UnselectAllRequests();
 }
Example #6
0
 public void WhenClickOnSelectAll()
 {
     Notifications_Page.SelectAllServiceRequests();
 }
Example #7
0
 public void WhenClickOnMarkSelectionAsRead()
 {
     Notifications_Page.MarkSelection();
 }