A1
Admin
Admin creates a new user (requester role)
e2e/tests/staging-validation/admin-a1-create-user.spec.js
- Log in as admin and open the /members page.
- Wait for the InviteMemberForm to render.
- Fill in first name, last name and a unique email.
- Open the role dropdown and select the requester role.
- Submit the invite form.
- Confirm the team-members-table renders and the new member appears.
admin invites a new requester and they appear in members table · L21