Skip to content

Refactor Page::Component invite member modal actions

Tiffany Rea requested to merge 336305-refactor-invite-member-actions into master

What does this MR do?

Addressing flakiness with invite member modal #336305 (comment 630404621) .

  • Re-organized the steps under add_member via UI: select the user first before selecting the access level.
  • Fixed access level selection, passing in access level value no longer works, replaced value with actual text name.
  • Since 'Guest' option is selected by default on the form, skipping this step if desired option is 'Guest'
  • Also update tests that use this logic.

Does this MR meet the acceptance criteria?

Conformity

Related to #336305 (closed)

Edited by Tiffany Rea

Merge request reports