public void ThenAllNotificationsShouldBeSelected() { Notifications_Page.AllServiceRequestsSelectedAssertion(); }
public void ThenAllNotificationsShouldBeUnselected() { Notifications_Page.UnselectAllAssertion(); }
public void ThenAllNotificationsSelectedShouldBeMarkedAsRead() { Notifications_Page.MarkAsReadAssertion(); }
public void ThenTheNotificationItemShouldBeMarkedAsRead() { Notifications_Page.MarkAsReadAssertion(); }
public void WhenClickOnUnselectAll() { Notifications_Page.UnselectAllRequests(); }
public void WhenClickOnSelectAll() { Notifications_Page.SelectAllServiceRequests(); }
public void WhenClickOnMarkSelectionAsRead() { Notifications_Page.MarkSelection(); }