Details
Description
Purpose: To connect the Address types which are CRUDed in settings with the user record
- Scenario
- Given the User details page (view, edit and create)
- When repeatable address group is displayed
- Then the Address type menu should contain the Address types from Settings > Users
- Scenario
- Given the Address type control in Settings
- When a new Address type is created
- Then it should display in the Address type menu on the user details page
- Scenario
- Given the Address type control in Settings
- When a Address type is deleted
- Then it should be removed from the Address type menu on user details
- Scenario
- Given a Address type is assigned to a user record
- When delete is attempted in Settings
- Then it should not be allowed (delete should be suppressed however is easiest for now - disabled button, error message, whatever - we'll modify later)
- Scenario
- Given the Address type control
- When a Address type is edited
- Then the edits should be reflected in the Address type field on user details