Acceptance Criteria:
*Given a participant registers publicly
- When viewing the participant list as any user
- Then their username should be displayed to everyone
- And they should be included in the registered users count
- And they should not be included in the privately registered users count
- Given that there are privately registered participants
- When viewing the participant list as any user
- Then the private registrations should be included in the registered users count
- And they should be included in the privately registered users count
- When there is at least 1 registered participant (whether the list is truncated or not truncated)
- Then the count of private registrations is shown
- When viewing the participant list as non-organizer
- Then the general private registrations should not be visible
- When viewing the participant list as a privately registered participant
- Then their username is visible with the padlock icon
- And no other private participants are displayed.
Visual examples:
Participant view
Note: The final appearance of the dialog footer is being decided on T319454