Skip to content

Redirect to continuous onboarding after trial reg

Jay requested to merge jswain_trial_redirect into master

What does this MR do and why?

  • added a skip action to ensure that we're clearing the stored location for user

part of: #343923 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In rails console enable the experiment fully

    Feature.enable(:combined_registration)
  2. Visit http://localhost:3000/users/sign_up

  3. Sign Up

  4. When you get to http://localhost:3000/users/sign_up/welcome select "My company or team".

  5. Submit the form. You should be on the combined registration page. Create a Group and Project.

  6. You should be at http://localhost:3000/-/trials/new

  7. if you click skip (alternatively you can sign up for trial but this requires the customers app to be running locally and configured properly), you should now be redirected to http://localhost:3000/users/sign_up/welcome/continuous_onboarding_getting_started?project_id=197, which is the goal of this MR.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jay

Merge request reports