Wizard: Basic Timezone step

This adds bare bones Timezone step with appropriate file structure and basic unit tests.
This commit is contained in:
regexowl 2024-11-11 14:12:56 +01:00 committed by Lucas Garfield
parent b8c852c836
commit b526ad3c60
18 changed files with 121 additions and 4 deletions

View file

@ -114,6 +114,7 @@ const goToReviewStep = async () => {
await clickNext();
await clickNext();
await clickNext();
await clickNext();
await enterBlueprintName();
await clickNext();
};