Invitation flow with per-user quota (#332) #334
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user