To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorConfirm Attendance
As a Assessment Centre Admin
I want to confirm attendance of a claimant
So that the HCP knows they are here for the assessment
A/C:
- On confirmation, the date and time of attendance is asked to be re-confirmed
- Neither case is updated if confirmation is cancelled
- On confirmation the case state is updated
- On confirmation the appointment state is updated
- See
for screen layout... - See for attribute sizes...
- See
for messages and labels
- Background
-
- Given
-
the following appointments
Name Assessment Centre Appointment Date Appointment Time Status Case State Bobby Henderson Tresco House 4th January 2018 14:00pm SCHEDULED Appointment Required - When
- I confirm the attendance of "Bobby Henderson"
- Scenarios
-
- On confirmation, the date and time of attendance is asked to be re-confirmed
- Neither case is updated if confirmation is cancelled
- On confirmation the appointment state and the case state are updated
- On confirmation, the date and time of attendance is asked to be re-confirmed
-
- Then
- I am asked to re-confirm the attendance of "Bobby Henderson" on current date and the current time
- Neither case is updated if confirmation is cancelled
-
- And
- I say "No"
- Then
- the appointment is in the state of "SCHEDULED"
- And
- the case state is "Appointment Required"
- On confirmation the appointment state and the case state are updated
-
- And
- I say "Yes"
- Then
- the appointment is in the state of "ARRIVED"
- And
- the state includes the current time
- And
- the case state is "Appointment Attended"
Last published over 4 years ago by mjchave82.