diff --git a/apps/web/e2e/settings-nav.spec.ts b/apps/web/e2e/settings-nav.spec.ts index 2c908e9..c02aaea 100644 --- a/apps/web/e2e/settings-nav.spec.ts +++ b/apps/web/e2e/settings-nav.spec.ts @@ -28,8 +28,9 @@ 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 (Bedienung), 9 seit #180 (Erscheinungsbild). - await expect(links).toHaveCount(9); + // 8 seit #170 (Bedienung), 9 seit #180 (Erscheinungsbild), + // 10 seit #332 (Einladungen). + await expect(links).toHaveCount(10); // Jump to the last section: it scrolls into view and becomes active. const last = links.last();