Wizard: Add unleash flag and update tests

This gates the step behind an unleash flag and updates the existing tests so they pass with the new step added.
This commit is contained in:
regexowl 2025-01-14 10:56:42 +01:00 committed by Lucas Garfield
parent e6bc0d429a
commit 3167effa1b
22 changed files with 112 additions and 5 deletions

View file

@ -50,6 +50,7 @@ const goToFirstBootStep = async (): Promise<void> => {
await clickNext(); // Locale
await clickNext(); // Hostname
await clickNext(); // Kernel
await clickNext(); // Firewall
await clickNext(); // First Boot
};
@ -74,6 +75,7 @@ const goFromOscapToFirstBoot = async () => {
await clickNext(); // Locale
await clickNext(); // Hostname
await clickNext(); // Kernel
await clickNext(); // Firewall
await clickNext(); // First boot script
};