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