Skip to content

Convert admin/users view - update specs for feature flag rollout

Jiaan Louw requested to merge 326714-update-admin-users-specs into master

What does this MR do?

This MR updates the feature specs for admin/users to be compatible with the changes introduced in migrating the table over to Vue &4961 (closed).

Testing & Setup

Requires an GitLab Ultimate license to use all of the admin/users features.

  1. Disable the feature flag echo "Feature.disable(:vue_admin_users)" | rails c
  2. View the HAML table at [GDK_HOST]/admin/users
  3. Enable the feature flag echo "Feature.enable(:vue_admin_users)" | rails c
  4. View the Vue table at [GDK_HOST]/admin/users
  5. Checkout default branch and repeat 1-4

Screenshots (strongly suggested)

Admin/user table

No visual change in HAML

Before After
image image

No visual change in Vue

Before After
image image

Unblock modal text

HAML Vue before Vue after
image image image

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

Related to #326714 (closed)

Edited by Jiaan Louw

Merge request reports