#180: Dark mode - Light/Dark/System setting with token-based dark palette #181
@ -28,8 +28,8 @@ test('user settings show the jump nav and clicking scrolls + activates', async (
|
||||
await expect(nav).toBeVisible();
|
||||
const links = nav.locator('.settings-nav__link');
|
||||
// Profile, password, sessions, watches, API tokens, feed tokens, data export.
|
||||
// 8 seit #170 (neue Bedienungs-Sektion).
|
||||
await expect(links).toHaveCount(8);
|
||||
// 8 seit #170 (Bedienung), 9 seit #180 (Erscheinungsbild).
|
||||
await expect(links).toHaveCount(9);
|
||||
|
||||
// Jump to the last section: it scrolls into view and becomes active.
|
||||
const last = links.last();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user