mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
feat(activation): add titles, descriptions, and icons to upgrade steps in ActivationModal tests
- Enhanced the test cases for the `ActivationModal` component by adding titles, descriptions, and icons for the upgrade steps. - This update improves the clarity and context of the upgrade steps in the tests, facilitating better understanding and maintenance of the onboarding process.
This commit is contained in:
@@ -362,12 +362,18 @@ describe('Activation/ActivationModal.vue', () => {
|
||||
required: true,
|
||||
completed: false,
|
||||
introducedIn: '7.0.0',
|
||||
title: 'Set Time Zone',
|
||||
description: 'Configure system time',
|
||||
icon: 'i-heroicons-clock',
|
||||
},
|
||||
{
|
||||
id: 'PLUGINS',
|
||||
required: false,
|
||||
completed: false,
|
||||
introducedIn: '7.0.0',
|
||||
title: 'Install Essential Plugins',
|
||||
description: 'Add helpful plugins',
|
||||
icon: 'i-heroicons-puzzle-piece',
|
||||
},
|
||||
];
|
||||
mockUpgradeOnboardingStore.allUpgradeSteps.value = mockUpgradeOnboardingStore.upgradeSteps.value;
|
||||
|
||||
Reference in New Issue
Block a user