Wizard: Add Users step to the wizard (HMS-4902)
This commit adds a new step 'Users' that is enabled only in stage-preview, and will enable it in stage-stable once IQE tests are ready. The step is not functional yet, this is just the first step.
This commit is contained in:
parent
d734d4ca91
commit
176c64dd47
17 changed files with 79 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ const goToRepositoriesStep = async () => {
|
|||
const goToReviewStep = async () => {
|
||||
await clickNext(); // Additional packages
|
||||
await clickNext();
|
||||
await clickNext(); // Users
|
||||
await clickNext(); // First Boot
|
||||
await enterBlueprintName();
|
||||
await clickNext(); // Review
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue