fix: close admin settings review gaps
This commit is contained in:
@@ -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'")
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user