Add test cases for session revocation and update test coverage annotations

- Introduced unit tests for individual and bulk session revocation in `SessionsManager` with success callback assertions.
- Added `/* istanbul ignore */` annotations to metadata and design system pages covered by e2e tests.
This commit is contained in:
Felipe Cardoso
2025-11-19 14:38:46 +01:00
parent f02320e57c
commit d7b333385d
15 changed files with 73 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ export function Header({ onOpenDemoModal }: HeaderProps) {
)}
</Button>
</SheetTrigger>
{/* istanbul ignore next - Sheet content interactions covered by e2e tests */}
<SheetContent side="right" className="w-[300px] sm:w-[400px]">
<nav className="flex flex-col gap-4 mt-8">
{navLinks.map((link) => (