Skip to content

Change trial group selection placeholder text

Doug Stull requested to merge 480093-change-group-placeholder into master

What does this MR do and why?

Change trial group selection placeholder text

  • as per TW request change the text to Select a group
  • this affects the following pages:
    • /-/trials/duo_enterprise/new?step=trial
    • /-/trials/duo_pro/new?step=trial
    • /-/trials/new?step=trial
  • see #480093 (closed)

Changelog: other EE: true

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Screenshot_2024-08-22_at_10.03.08_AM Screenshot_2024-08-22_at_9.52.12_AM

How to set up and validate locally

Note: the steps below are for duo enterprise only, but should be good enough to validate overall as the feature specs cover all cases.

  1. Setup GDK to simulate SaaS.

  2. Enable duo_enterprise_trials feature flag in bin/rails console with Feature.enable(:duo_enterprise_trials).

  3. Seed the add-ons for your instance from the terminal if they haven't been created yet(rerun will not harm anything if you do have them)

    • FILTER=add_ons bundle exec rake db:seed_fu
  4. Create new group.

  5. In rails console make it ultimate.

bin/rails c

Group.last.gitlab_subscription.update(hosted_plan: Plan.find_by(name: 'ultimate'))
  1. Create another new group and repeat step #5 above.
  2. Visit /-/trials/duo_enterprise/new?step=trial. New page.
  3. See form.

Related to #480093 (closed)

Edited by Doug Stull

Merge request reports

Loading