fix: close admin settings review gaps

This commit is contained in:
IanShaw027
2026-04-21 00:41:29 +08:00
parent 55e8dd550a
commit 030da8c2f6
8 changed files with 110 additions and 14 deletions

View File

@@ -30,3 +30,9 @@ describe('AppSidebar header styles', () => {
expect(sidebarBrandBlockMatch?.[0]).not.toContain('overflow: hidden;')
})
})
describe('AppSidebar admin navigation', () => {
it('includes a visible entry for auth identity migration reports', () => {
expect(componentSource).toContain("'/admin/users/auth-identity-migration-reports'")
})
})