diff --git a/apps/dashboard/src/components/layout/Sidebar.boundary.test.ts b/apps/dashboard/src/components/layout/Sidebar.boundary.test.ts index 1d9fd8d..ecb5932 100644 --- a/apps/dashboard/src/components/layout/Sidebar.boundary.test.ts +++ b/apps/dashboard/src/components/layout/Sidebar.boundary.test.ts @@ -6,6 +6,7 @@ describe('Sidebar menu rendering helpers', () => { expect(APPROVED_BASELINE_MENU_KEYS).toEqual([ 'dashboard', 'billing', + 'contracts', 'customers', 'fleet', 'reports',