You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an admin or a manager, I should be able to delete an occupant so that I do not assign non-existent occupant.
Acceptance Criteria
Given that I view the list of occupants in Homepage,
When I click on Delete Occupant,
Then, I will be able to remove the occupant after confirming.
Given that there is an existing current/future stay,
When I try to delete the occupant,
Then I will be able to see a warning message that the occupant has been assigned to an apartment.
As a guest, I should not be able to remove any occupant, so that the data is not removed without the right authorisation
Acceptance Criteria
Given that I am on the Homepage,
When I view the list of occupants in Homepage
Then, I should not be able to see any link to delete the occupant.
To confirm:
Should delete occupant be allowed if there is an existing past stays?
The text was updated successfully, but these errors were encountered:
As an admin or a manager,
I should be able to delete an occupant
so that I do not assign non-existent occupant.
Acceptance Criteria
Given that I view the list of occupants in Homepage,
When I click on Delete Occupant,
Then, I will be able to remove the occupant after confirming.
Given that there is an existing current/future stay,
When I try to delete the occupant,
Then I will be able to see a warning message that the occupant has been assigned to an apartment.
As a guest,
I should not be able to remove any occupant,
so that the data is not removed without the right authorisation
Acceptance Criteria
Given that I am on the Homepage,
When I view the list of occupants in Homepage
Then, I should not be able to see any link to delete the occupant.
To confirm:
The text was updated successfully, but these errors were encountered: