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:
Michal Gold 2024-07-31 11:20:11 +03:00 committed by Klara Simickova
parent 346c5752b6
commit 3c44d9414a
8 changed files with 38 additions and 7 deletions

View file

@ -38,7 +38,6 @@ const goToReviewStep = async () => {
await clickNext(); // Repositories step
await clickNext(); // Additional packages
await clickNext();
await clickNext(); // Details
await enterBlueprintName();
await clickNext();
};