diff --git a/apps/web/e2e/settings-nav.spec.ts b/apps/web/e2e/settings-nav.spec.ts index aebfdaf..2c908e9 100644 --- a/apps/web/e2e/settings-nav.spec.ts +++ b/apps/web/e2e/settings-nav.spec.ts @@ -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();