Skip to content

Enable the invite a group modal rspec tests [RUN ALL RSPEC]

Jackie Fraser requested to merge enable_invite_a_group_modal_tests into master

What does this MR do?

Enables feature flag for "Invite a group" tests that used to use the members page form.

Related to feature flag rollout issue: https://gitlab.com/gitlab-org/gitlab/-/issues/247208

Screenshots (strongly suggested)

members page form invite group tab invite a group modal
invite-group-form invite-a-group-modal

Not including a changelog because it is a developer-facing test suite change only, in preparation for enabling the feature flag.

To test manually: Feature.enable(:invite_members_group_modal)

Full instructions for enabling are already posted in doc:

https://docs.gitlab.com/ee/user/project/members/share_project_with_groups.html#share-a-project-modal-window

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Jackie Fraser

Merge request reports