test(cleanup): remove legacy admin users references

This commit is contained in:
2026-06-20 16:27:36 +02:00
parent d217edd4e5
commit 0d38626f3a
9 changed files with 14 additions and 168 deletions
@@ -73,8 +73,6 @@ describe("app sidebar (consolidated people management)", () => {
createElement(AppSidebar, { copy: en.layout.sidebar }),
)
// No /admin/users link must exist anywhere
expect(html).not.toContain("/admin/users")
expect(html).not.toContain(">Users<")
})