createImage: add default name in details step <HMS-4494>
this commit add default name for blueprint name field to be able to create an image without filling any name format name: "$OS $ARCH $TARGETS $DATE".
This commit is contained in:
parent
346c5752b6
commit
3c44d9414a
8 changed files with 38 additions and 7 deletions
|
|
@ -38,7 +38,6 @@ const goToReviewStep = async () => {
|
|||
await clickNext(); // Repositories step
|
||||
await clickNext(); // Additional packages
|
||||
await clickNext();
|
||||
await clickNext(); // Details
|
||||
await enterBlueprintName();
|
||||
await clickNext();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue