Redirect to continuous onboarding after trial reg
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.
-
In rails console enable the experiment fully
Feature.enable(:combined_registration)
-
Sign Up
-
When you get to http://localhost:3000/users/sign_up/welcome select "My company or team".
-
Submit the form. You should be on the combined registration page. Create a Group and Project.
-
You should be at http://localhost:3000/-/trials/new
-
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.
-
I have evaluated the MR acceptance checklist for this MR.