feat(HMS-3582): add first boot step to wizard
This commit is contained in:
parent
c88a0323f2
commit
6f9c4f3864
23 changed files with 401 additions and 12 deletions
|
|
@ -51,6 +51,7 @@ const goToRepositoriesStep = async () => {
|
|||
const goToReviewStep = async () => {
|
||||
await clickNext(); // Additional packages
|
||||
await clickNext();
|
||||
await clickNext(); // First Boot
|
||||
await clickNext(); // Details
|
||||
await enterBlueprintName();
|
||||
await clickNext(); // Review
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue