Wizard: Basic Locale step

This adds Locale step basics and file structure.
This commit is contained in:
regexowl 2024-11-25 16:28:58 +01:00 committed by Lucas Garfield
parent c268267146
commit 6e97304327
20 changed files with 135 additions and 3 deletions

View file

@ -58,6 +58,7 @@ const goToReviewStep = async () => {
await clickNext();
await clickNext();
await clickNext();
await clickNext();
};
describe('Step Review', () => {