feat(chronik): rename route and heading to Aktivitäten
/chronik → /aktivitaeten; heading updated in all three locales. Component folder (lib/components/chronik/) stays unchanged — internal implementation detail, not user-facing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -61,9 +61,9 @@ describe('DashboardActivityFeed', () => {
|
||||
await expect.element(badge).not.toBeInTheDocument();
|
||||
});
|
||||
|
||||
it('links the "show all" footer to /chronik, not /documents', async () => {
|
||||
it('links the "show all" footer to /aktivitaeten, not /documents', async () => {
|
||||
render(DashboardActivityFeed, { feed: [] });
|
||||
const link = page.getByRole('link', { name: /alle anzeigen/i });
|
||||
await expect.element(link).toHaveAttribute('href', '/chronik');
|
||||
await expect.element(link).toHaveAttribute('href', '/aktivitaeten');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user