Wizard: Add Users step to the wizard (HMS-4902)

This commit adds a new step 'Users' that is enabled only in stage-preview,
and will enable it in stage-stable once IQE tests are ready.
The step is not functional yet, this is just the first step.
This commit is contained in:
Michal Gold 2024-10-29 14:39:36 +02:00 committed by Klara Simickova
parent d734d4ca91
commit 176c64dd47
17 changed files with 79 additions and 1 deletions

View file

@ -53,6 +53,8 @@ vi.mock('@unleash/proxy-client-react', () => ({
useUnleashContext: () => vi.fn(),
useFlag: vi.fn((flag) => {
switch (flag) {
case 'image-builder.users.enabled':
return true;
case 'image-builder.import.enabled':
return true;
case 'image-builder.firstboot.enabled':