1
0

Restructured CSS files

This commit is contained in:
2026-03-24 12:46:49 +01:00
parent 2a87ec67af
commit f24b1b7759
23 changed files with 1222 additions and 1291 deletions

View File

@@ -235,7 +235,7 @@ test.describe('NickelMenu', () => {
await expect(page.locator('#step-nickelmenu')).not.toBeHidden();
// Remove option should be disabled (no device connected)
await expect(page.locator('#nm-option-remove')).toHaveClass(/nm-option-disabled/);
await expect(page.locator('#nm-option-remove')).toHaveClass(/selection-card--disabled/);
await expect(page.locator('input[name="nm-option"][value="remove"]')).toBeDisabled();
});
@@ -257,7 +257,7 @@ test.describe('NickelMenu', () => {
await expect(page.locator('#step-nickelmenu')).not.toBeHidden();
// Remove option should be disabled (no NickelMenu installed)
await expect(page.locator('#nm-option-remove')).toHaveClass(/nm-option-disabled/);
await expect(page.locator('#nm-option-remove')).toHaveClass(/selection-card--disabled/);
// Select "Install NickelMenu and configure"
await page.click('input[name="nm-option"][value="preset"]');
@@ -360,7 +360,7 @@ test.describe('NickelMenu', () => {
await expect(page.locator('#step-nickelmenu')).not.toBeHidden();
// Remove option should be enabled (NickelMenu is installed)
await expect(page.locator('#nm-option-remove')).not.toHaveClass(/nm-option-disabled/);
await expect(page.locator('#nm-option-remove')).not.toHaveClass(/selection-card--disabled/);
await expect(page.locator('input[name="nm-option"][value="remove"]')).not.toBeDisabled();
// Select remove