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:
parent
e6bc0d429a
commit
3167effa1b
22 changed files with 112 additions and 5 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue