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