mirror of
https://github.com/unraid/api.git
synced 2026-04-28 19:19:23 -05:00
ed8c5a9d77
- Enhanced `ActivationModal.test.ts` to verify rendering of the new `ActivationTimezoneStep` when an activation code is present. - Modified `ActivationSteps.test.ts` to reflect the addition of a fourth step and updated titles/descriptions accordingly. - Adjusted visibility logic in `activationCodeModal.test.ts` to ensure the modal is visible during fresh installs when the activation code is missing, aligning with the new user flow. These changes improve test coverage and ensure the activation process behaves as expected with the recent updates.