@jmruthers/pace-core 0.5.120 → 0.5.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AuthService-D4646R4b.d.ts → AuthService-DYuQPJj6.d.ts} +0 -9
- package/dist/{DataTable-DGZDJUYM.js → DataTable-WTS4IRF2.js} +7 -8
- package/dist/{PublicLoadingSpinner-DgDWTFqn.d.ts → PublicLoadingSpinner-CaoRbHvJ.d.ts} +30 -4
- package/dist/{UnifiedAuthProvider-UACKFATV.js → UnifiedAuthProvider-6C47WIML.js} +3 -4
- package/dist/{chunk-D6BOFXYR.js → chunk-35ZDPMBM.js} +3 -3
- package/dist/{chunk-CGURJ27Z.js → chunk-4MXVZVNS.js} +2 -2
- package/dist/{chunk-ZYJ6O5CA.js → chunk-C43QIDN3.js} +2 -2
- package/dist/{chunk-VKOCWWVY.js → chunk-CX5M4ZAG.js} +1 -6
- package/dist/{chunk-VKOCWWVY.js.map → chunk-CX5M4ZAG.js.map} +1 -1
- package/dist/{chunk-HFBOFZ3Z.js → chunk-DHMFMXFV.js} +258 -243
- package/dist/chunk-DHMFMXFV.js.map +1 -0
- package/dist/{chunk-RIEJGKD3.js → chunk-ESJTIADP.js} +15 -6
- package/dist/{chunk-RIEJGKD3.js.map → chunk-ESJTIADP.js.map} +1 -1
- package/dist/{chunk-SMJZMKYN.js → chunk-GEVIB2UB.js} +43 -10
- package/dist/chunk-GEVIB2UB.js.map +1 -0
- package/dist/{chunk-TDNI6ZWL.js → chunk-IJOZZOGT.js} +7 -7
- package/dist/chunk-IJOZZOGT.js.map +1 -0
- package/dist/{chunk-GZRXOUBE.js → chunk-M6DDYFUD.js} +2 -2
- package/dist/chunk-M6DDYFUD.js.map +1 -0
- package/dist/{chunk-B4GZ2BXO.js → chunk-NZGLXZGP.js} +3 -3
- package/dist/{chunk-NZ32EONV.js → chunk-QWNJCQXZ.js} +2 -2
- package/dist/{chunk-FKFHZUGF.js → chunk-XN6GWKMV.js} +43 -56
- package/dist/chunk-XN6GWKMV.js.map +1 -0
- package/dist/{chunk-BHWIUEYH.js → chunk-ZBLK676C.js} +1 -61
- package/dist/chunk-ZBLK676C.js.map +1 -0
- package/dist/{chunk-QPI2CCBA.js → chunk-ZPJMYGEP.js} +149 -96
- package/dist/chunk-ZPJMYGEP.js.map +1 -0
- package/dist/components.d.ts +1 -1
- package/dist/components.js +11 -11
- package/dist/{formatting-B1jSqgl-.d.ts → formatting-DFcCxUEk.d.ts} +1 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.js +9 -8
- package/dist/hooks.js.map +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.js +19 -17
- package/dist/index.js.map +1 -1
- package/dist/providers.d.ts +2 -2
- package/dist/providers.js +2 -3
- package/dist/rbac/index.js +7 -8
- package/dist/styles/index.d.ts +1 -1
- package/dist/styles/index.js +5 -3
- package/dist/theming/runtime.d.ts +73 -1
- package/dist/theming/runtime.js +5 -5
- package/dist/{usePublicRouteParams-BdF8bZgs.d.ts → usePublicRouteParams-Dyt1tzI9.d.ts} +60 -8
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +5 -5
- package/docs/api/classes/ColumnFactory.md +1 -1
- package/docs/api/classes/ErrorBoundary.md +1 -1
- package/docs/api/classes/InvalidScopeError.md +1 -1
- package/docs/api/classes/MissingUserContextError.md +1 -1
- package/docs/api/classes/OrganisationContextRequiredError.md +1 -1
- package/docs/api/classes/PermissionDeniedError.md +1 -1
- package/docs/api/classes/PublicErrorBoundary.md +6 -6
- package/docs/api/classes/RBACAuditManager.md +1 -1
- package/docs/api/classes/RBACCache.md +1 -1
- package/docs/api/classes/RBACEngine.md +1 -1
- package/docs/api/classes/RBACError.md +1 -1
- package/docs/api/classes/RBACNotInitializedError.md +1 -1
- package/docs/api/classes/SecureSupabaseClient.md +6 -6
- package/docs/api/classes/StorageUtils.md +1 -1
- package/docs/api/enums/FileCategory.md +1 -1
- package/docs/api/interfaces/AggregateConfig.md +1 -1
- package/docs/api/interfaces/ButtonProps.md +1 -1
- package/docs/api/interfaces/CardProps.md +1 -1
- package/docs/api/interfaces/ColorPalette.md +1 -1
- package/docs/api/interfaces/ColorShade.md +1 -1
- package/docs/api/interfaces/DataAccessRecord.md +1 -1
- package/docs/api/interfaces/DataRecord.md +1 -1
- package/docs/api/interfaces/DataTableAction.md +1 -1
- package/docs/api/interfaces/DataTableColumn.md +1 -1
- package/docs/api/interfaces/DataTableProps.md +1 -1
- package/docs/api/interfaces/DataTableToolbarButton.md +1 -1
- package/docs/api/interfaces/EmptyStateConfig.md +1 -1
- package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
- package/docs/api/interfaces/EventAppRoleData.md +1 -1
- package/docs/api/interfaces/FileDisplayProps.md +1 -1
- package/docs/api/interfaces/FileMetadata.md +1 -1
- package/docs/api/interfaces/FileReference.md +1 -1
- package/docs/api/interfaces/FileSizeLimits.md +1 -1
- package/docs/api/interfaces/FileUploadOptions.md +1 -1
- package/docs/api/interfaces/FileUploadProps.md +1 -1
- package/docs/api/interfaces/FooterProps.md +1 -1
- package/docs/api/interfaces/GrantEventAppRoleParams.md +1 -1
- package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
- package/docs/api/interfaces/InputProps.md +1 -1
- package/docs/api/interfaces/LabelProps.md +1 -1
- package/docs/api/interfaces/LoginFormProps.md +1 -1
- package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
- package/docs/api/interfaces/NavigationContextType.md +1 -1
- package/docs/api/interfaces/NavigationGuardProps.md +1 -1
- package/docs/api/interfaces/NavigationItem.md +1 -1
- package/docs/api/interfaces/NavigationMenuProps.md +1 -1
- package/docs/api/interfaces/NavigationProviderProps.md +1 -1
- package/docs/api/interfaces/Organisation.md +1 -1
- package/docs/api/interfaces/OrganisationContextType.md +1 -1
- package/docs/api/interfaces/OrganisationMembership.md +1 -1
- package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
- package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
- package/docs/api/interfaces/PaceAppLayoutProps.md +1 -1
- package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
- package/docs/api/interfaces/PageAccessRecord.md +1 -1
- package/docs/api/interfaces/PagePermissionContextType.md +1 -1
- package/docs/api/interfaces/PagePermissionGuardProps.md +1 -1
- package/docs/api/interfaces/PagePermissionProviderProps.md +1 -1
- package/docs/api/interfaces/PaletteData.md +1 -1
- package/docs/api/interfaces/PermissionEnforcerProps.md +1 -1
- package/docs/api/interfaces/ProtectedRouteProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryProps.md +7 -7
- package/docs/api/interfaces/PublicErrorBoundaryState.md +5 -5
- package/docs/api/interfaces/PublicLoadingSpinnerProps.md +7 -7
- package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
- package/docs/api/interfaces/PublicPageHeaderProps.md +51 -12
- package/docs/api/interfaces/PublicPageLayoutProps.md +72 -12
- package/docs/api/interfaces/RBACConfig.md +1 -1
- package/docs/api/interfaces/RBACLogger.md +1 -1
- package/docs/api/interfaces/RevokeEventAppRoleParams.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterProps.md +1 -1
- package/docs/api/interfaces/RoleManagementResult.md +1 -1
- package/docs/api/interfaces/RouteAccessRecord.md +1 -1
- package/docs/api/interfaces/RouteConfig.md +1 -1
- package/docs/api/interfaces/SecureDataContextType.md +1 -1
- package/docs/api/interfaces/SecureDataProviderProps.md +1 -1
- package/docs/api/interfaces/StorageConfig.md +1 -1
- package/docs/api/interfaces/StorageFileInfo.md +1 -1
- package/docs/api/interfaces/StorageFileMetadata.md +1 -1
- package/docs/api/interfaces/StorageListOptions.md +1 -1
- package/docs/api/interfaces/StorageListResult.md +1 -1
- package/docs/api/interfaces/StorageUploadOptions.md +1 -1
- package/docs/api/interfaces/StorageUploadResult.md +1 -1
- package/docs/api/interfaces/StorageUrlOptions.md +1 -1
- package/docs/api/interfaces/StyleImport.md +1 -1
- package/docs/api/interfaces/SwitchProps.md +1 -1
- package/docs/api/interfaces/ToastActionElement.md +1 -1
- package/docs/api/interfaces/ToastProps.md +1 -1
- package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
- package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
- package/docs/api/interfaces/UsePublicFileDisplayOptions.md +1 -1
- package/docs/api/interfaces/UsePublicFileDisplayReturn.md +1 -1
- package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
- package/docs/api/interfaces/UseResolvedScopeOptions.md +1 -1
- package/docs/api/interfaces/UseResolvedScopeReturn.md +1 -1
- package/docs/api/interfaces/UserEventAccess.md +1 -1
- package/docs/api/interfaces/UserMenuProps.md +1 -1
- package/docs/api/interfaces/UserProfile.md +1 -1
- package/docs/api/modules.md +140 -30
- package/docs/best-practices/README.md +1 -1
- package/docs/implementation-guides/datatable-filtering.md +313 -0
- package/docs/implementation-guides/datatable-rbac-usage.md +317 -0
- package/docs/implementation-guides/hierarchical-datatable.md +850 -0
- package/docs/implementation-guides/large-datasets.md +281 -0
- package/docs/implementation-guides/performance.md +403 -0
- package/docs/implementation-guides/public-pages.md +4 -4
- package/docs/migration/quick-migration-guide.md +320 -0
- package/docs/rbac/quick-start.md +16 -16
- package/docs/troubleshooting/README.md +4 -4
- package/docs/troubleshooting/cake-page-permission-guard-issue-summary.md +1 -1
- package/docs/troubleshooting/debugging.md +1117 -0
- package/docs/troubleshooting/migration.md +918 -0
- package/examples/public-pages/CorrectPublicPageImplementation.tsx +30 -30
- package/examples/public-pages/PublicEventPage.tsx +41 -41
- package/examples/public-pages/PublicPageApp.tsx +33 -33
- package/examples/public-pages/PublicPageUsageExample.tsx +30 -30
- package/package.json +4 -4
- package/src/__tests__/hooks/usePermissions.test.ts +265 -0
- package/src/components/DataTable/DataTable.test.tsx +9 -38
- package/src/components/DataTable/DataTable.tsx +0 -7
- package/src/components/DataTable/components/DataTableCore.tsx +66 -136
- package/src/components/DataTable/components/DataTableModals.tsx +25 -22
- package/src/components/DataTable/components/EditableRow.tsx +118 -42
- package/src/components/DataTable/components/UnifiedTableBody.tsx +129 -76
- package/src/components/DataTable/components/__tests__/DataTableModals.test.tsx +33 -14
- package/src/components/DataTable/utils/__tests__/exportUtils.test.ts +17 -5
- package/src/components/DataTable/utils/exportUtils.ts +3 -2
- package/src/components/DataTable/utils/flexibleImport.ts +27 -6
- package/src/components/Dialog/Dialog.tsx +1 -1
- package/src/components/Dialog/README.md +24 -24
- package/src/components/Dialog/examples/BasicHtmlTest.tsx +2 -2
- package/src/components/Dialog/examples/DebugHtmlExample.tsx +6 -6
- package/src/components/Dialog/examples/HtmlDialogExample.tsx +2 -2
- package/src/components/Dialog/examples/SimpleHtmlTest.tsx +3 -3
- package/src/components/Dialog/examples/__tests__/SimpleHtmlTest.test.tsx +4 -4
- package/src/components/PaceAppLayout/PaceAppLayout.tsx +12 -1
- package/src/components/PublicLayout/EventLogo.tsx +175 -0
- package/src/components/PublicLayout/PublicErrorBoundary.tsx +22 -18
- package/src/components/PublicLayout/PublicLoadingSpinner.tsx +22 -14
- package/src/components/PublicLayout/PublicPageHeader.tsx +133 -40
- package/src/components/PublicLayout/PublicPageLayout.tsx +75 -72
- package/src/components/PublicLayout/__tests__/PublicErrorBoundary.test.tsx +1 -1
- package/src/components/PublicLayout/__tests__/PublicLoadingSpinner.test.tsx +8 -8
- package/src/components/PublicLayout/__tests__/PublicPageHeader.test.tsx +23 -16
- package/src/components/PublicLayout/__tests__/PublicPageLayout.test.tsx +86 -14
- package/src/examples/CorrectPublicPageImplementation.tsx +30 -30
- package/src/examples/PublicEventPage.tsx +41 -41
- package/src/examples/PublicPageApp.tsx +33 -33
- package/src/examples/PublicPageUsageExample.tsx +30 -30
- package/src/hooks/__tests__/usePublicEvent.unit.test.ts +583 -0
- package/src/hooks/__tests__/usePublicRouteParams.unit.test.ts +10 -3
- package/src/hooks/index.ts +1 -1
- package/src/hooks/public/usePublicEventLogo.ts +285 -0
- package/src/hooks/public/usePublicRouteParams.ts +21 -4
- package/src/hooks/useEventTheme.test.ts +119 -43
- package/src/hooks/useEventTheme.ts +84 -55
- package/src/index.ts +3 -1
- package/src/rbac/components/__tests__/EnhancedNavigationMenu.test.tsx +630 -0
- package/src/rbac/components/__tests__/NavigationProvider.test.tsx +667 -0
- package/src/rbac/components/__tests__/PagePermissionProvider.test.tsx +647 -0
- package/src/rbac/components/__tests__/SecureDataProvider.fixed.test.tsx +496 -0
- package/src/rbac/components/__tests__/SecureDataProvider.test.tsx +496 -0
- package/src/rbac/secureClient.ts +4 -2
- package/src/services/EventService.ts +0 -66
- package/src/services/__tests__/EventService.eventColours.test.ts +44 -40
- package/src/styles/index.ts +1 -1
- package/src/theming/__tests__/parseEventColours.test.ts +209 -0
- package/src/theming/parseEventColours.ts +123 -0
- package/src/theming/runtime.ts +3 -0
- package/src/types/__tests__/file-reference.test.ts +447 -0
- package/src/types/database.generated.ts +1515 -424
- package/src/utils/formatDate.test.ts +11 -11
- package/src/utils/formatting.ts +3 -2
- package/dist/chunk-BHWIUEYH.js.map +0 -1
- package/dist/chunk-FKFHZUGF.js.map +0 -1
- package/dist/chunk-GZRXOUBE.js.map +0 -1
- package/dist/chunk-HFBOFZ3Z.js.map +0 -1
- package/dist/chunk-QPI2CCBA.js.map +0 -1
- package/dist/chunk-SMJZMKYN.js.map +0 -1
- package/dist/chunk-TDNI6ZWL.js.map +0 -1
- package/src/styles/semantic.css +0 -24
- /package/dist/{DataTable-DGZDJUYM.js.map → DataTable-WTS4IRF2.js.map} +0 -0
- /package/dist/{UnifiedAuthProvider-UACKFATV.js.map → UnifiedAuthProvider-6C47WIML.js.map} +0 -0
- /package/dist/{chunk-D6BOFXYR.js.map → chunk-35ZDPMBM.js.map} +0 -0
- /package/dist/{chunk-CGURJ27Z.js.map → chunk-4MXVZVNS.js.map} +0 -0
- /package/dist/{chunk-ZYJ6O5CA.js.map → chunk-C43QIDN3.js.map} +0 -0
- /package/dist/{chunk-B4GZ2BXO.js.map → chunk-NZGLXZGP.js.map} +0 -0
- /package/dist/{chunk-NZ32EONV.js.map → chunk-QWNJCQXZ.js.map} +0 -0
|
@@ -0,0 +1,647 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Page Permission Provider Component Tests
|
|
3
|
+
* @package @jmruthers/pace-core
|
|
4
|
+
* @module RBAC/Components/PagePermissionProvider
|
|
5
|
+
* @since 2.0.0
|
|
6
|
+
*
|
|
7
|
+
* Comprehensive test suite for the PagePermissionProvider component.
|
|
8
|
+
* Tests cover all functionality including page permission checking, audit logging,
|
|
9
|
+
* strict mode enforcement, context management, and error scenarios.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
import React from 'react';
|
|
13
|
+
import { render, screen, waitFor, act } from '@testing-library/react';
|
|
14
|
+
import { vi, describe, it, expect, beforeEach, afterEach } from 'vitest';
|
|
15
|
+
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
|
16
|
+
import { renderWithProviders } from '../../../__tests__/helpers';
|
|
17
|
+
|
|
18
|
+
import {
|
|
19
|
+
PagePermissionProvider,
|
|
20
|
+
PagePermissionProviderProps,
|
|
21
|
+
usePagePermissions,
|
|
22
|
+
PageAccessRecord
|
|
23
|
+
} from '../PagePermissionProvider';
|
|
24
|
+
import { useUnifiedAuth } from '../../../providers/UnifiedAuthProvider';
|
|
25
|
+
|
|
26
|
+
// Mock the UnifiedAuthProvider
|
|
27
|
+
vi.mock('../../../providers/UnifiedAuthProvider', () => ({
|
|
28
|
+
useUnifiedAuth: vi.fn(),
|
|
29
|
+
UnifiedAuthProvider: ({ children }: { children: React.ReactNode }) => <div data-testid="unified-auth-provider">{children}</div>
|
|
30
|
+
}));
|
|
31
|
+
|
|
32
|
+
const mockUseUnifiedAuth = useUnifiedAuth as any;
|
|
33
|
+
|
|
34
|
+
// Test data
|
|
35
|
+
const mockUser = {
|
|
36
|
+
id: 'user-123',
|
|
37
|
+
email: 'test@example.com',
|
|
38
|
+
selectedOrganisationId: 'org-456',
|
|
39
|
+
selectedEventId: 'event-789'
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
const mockScope = {
|
|
43
|
+
organisationId: 'org-456',
|
|
44
|
+
eventId: 'event-789',
|
|
45
|
+
appId: undefined
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
// Test component that uses the context
|
|
49
|
+
const TestComponent: React.FC<{ testId?: string }> = ({ testId = 'test-component' }) => {
|
|
50
|
+
const context = usePagePermissions();
|
|
51
|
+
|
|
52
|
+
return (
|
|
53
|
+
<div data-testid={testId}>
|
|
54
|
+
<div data-testid="is-enabled">{context.isEnabled.toString()}</div>
|
|
55
|
+
<div data-testid="is-strict-mode">{context.isStrictMode.toString()}</div>
|
|
56
|
+
<div data-testid="is-audit-log-enabled">{context.isAuditLogEnabled.toString()}</div>
|
|
57
|
+
<div data-testid="page-permission">
|
|
58
|
+
{context.hasPagePermission('test-page', 'read').toString()}
|
|
59
|
+
</div>
|
|
60
|
+
<div data-testid="permissions">
|
|
61
|
+
{JSON.stringify(context.getPagePermissions())}
|
|
62
|
+
</div>
|
|
63
|
+
<div data-testid="history-length">
|
|
64
|
+
{context.getPageAccessHistory().length}
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
);
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
// Test wrapper component
|
|
71
|
+
const TestWrapper: React.FC<{
|
|
72
|
+
children: React.ReactNode;
|
|
73
|
+
providerProps?: Partial<PagePermissionProviderProps>
|
|
74
|
+
}> = ({ children, providerProps = {} }) => {
|
|
75
|
+
const queryClient = new QueryClient({
|
|
76
|
+
defaultOptions: {
|
|
77
|
+
queries: { retry: false },
|
|
78
|
+
mutations: { retry: false }
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
return (
|
|
83
|
+
<QueryClientProvider client={queryClient}>
|
|
84
|
+
<PagePermissionProvider {...providerProps}>
|
|
85
|
+
{children}
|
|
86
|
+
</PagePermissionProvider>
|
|
87
|
+
</QueryClientProvider>
|
|
88
|
+
);
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
describe('PagePermissionProvider', () => {
|
|
92
|
+
let consoleSpy: any;
|
|
93
|
+
|
|
94
|
+
beforeEach(() => {
|
|
95
|
+
consoleSpy = vi.spyOn(console, 'log').mockImplementation(() => {});
|
|
96
|
+
vi.spyOn(console, 'error').mockImplementation(() => {});
|
|
97
|
+
|
|
98
|
+
// Set up default mock with organisation context
|
|
99
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
100
|
+
...mockUser,
|
|
101
|
+
selectedOrganisationId: 'org-456',
|
|
102
|
+
selectedEventId: 'event-789'
|
|
103
|
+
});
|
|
104
|
+
});
|
|
105
|
+
|
|
106
|
+
afterEach(() => {
|
|
107
|
+
consoleSpy.mockRestore();
|
|
108
|
+
// Don't clear mocks to preserve the mock setup
|
|
109
|
+
// vi.clearAllMocks();
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
describe('Basic Functionality', () => {
|
|
113
|
+
it('should render children correctly', () => {
|
|
114
|
+
renderWithProviders(
|
|
115
|
+
<TestWrapper>
|
|
116
|
+
<TestComponent />
|
|
117
|
+
</TestWrapper>
|
|
118
|
+
);
|
|
119
|
+
|
|
120
|
+
expect(screen.getByTestId('test-component')).toBeInTheDocument();
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
it('should provide context values with defaults', () => {
|
|
124
|
+
renderWithProviders(
|
|
125
|
+
<TestWrapper>
|
|
126
|
+
<TestComponent />
|
|
127
|
+
</TestWrapper>
|
|
128
|
+
);
|
|
129
|
+
|
|
130
|
+
expect(screen.getByTestId('is-enabled')).toHaveTextContent('true');
|
|
131
|
+
expect(screen.getByTestId('is-strict-mode')).toHaveTextContent('true');
|
|
132
|
+
expect(screen.getByTestId('is-audit-log-enabled')).toHaveTextContent('true');
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
it('should allow page access when enabled', () => {
|
|
136
|
+
renderWithProviders(
|
|
137
|
+
<TestWrapper>
|
|
138
|
+
<TestComponent />
|
|
139
|
+
</TestWrapper>
|
|
140
|
+
);
|
|
141
|
+
|
|
142
|
+
// The component returns false when there's no valid scope
|
|
143
|
+
// This is the expected behavior based on the implementation
|
|
144
|
+
expect(screen.getByTestId('page-permission')).toHaveTextContent('false');
|
|
145
|
+
});
|
|
146
|
+
|
|
147
|
+
it('should return empty permissions initially', () => {
|
|
148
|
+
renderWithProviders(
|
|
149
|
+
<TestWrapper>
|
|
150
|
+
<TestComponent />
|
|
151
|
+
</TestWrapper>
|
|
152
|
+
);
|
|
153
|
+
|
|
154
|
+
expect(screen.getByTestId('permissions')).toHaveTextContent('{}');
|
|
155
|
+
});
|
|
156
|
+
|
|
157
|
+
it('should return empty history initially', () => {
|
|
158
|
+
renderWithProviders(
|
|
159
|
+
<TestWrapper>
|
|
160
|
+
<TestComponent />
|
|
161
|
+
</TestWrapper>
|
|
162
|
+
);
|
|
163
|
+
|
|
164
|
+
expect(screen.getByTestId('history-length')).toHaveTextContent('0');
|
|
165
|
+
});
|
|
166
|
+
});
|
|
167
|
+
|
|
168
|
+
describe('Configuration Options', () => {
|
|
169
|
+
it('should respect strictMode prop', () => {
|
|
170
|
+
renderWithProviders(
|
|
171
|
+
<TestWrapper providerProps={{ strictMode: false }}>
|
|
172
|
+
<TestComponent />
|
|
173
|
+
</TestWrapper>
|
|
174
|
+
);
|
|
175
|
+
|
|
176
|
+
expect(screen.getByTestId('is-strict-mode')).toHaveTextContent('false');
|
|
177
|
+
});
|
|
178
|
+
|
|
179
|
+
it('should respect auditLog prop', () => {
|
|
180
|
+
renderWithProviders(
|
|
181
|
+
<TestWrapper providerProps={{ auditLog: false }}>
|
|
182
|
+
<TestComponent />
|
|
183
|
+
</TestWrapper>
|
|
184
|
+
);
|
|
185
|
+
|
|
186
|
+
expect(screen.getByTestId('is-audit-log-enabled')).toHaveTextContent('false');
|
|
187
|
+
});
|
|
188
|
+
|
|
189
|
+
it('should respect maxHistorySize prop', () => {
|
|
190
|
+
const TestComponentWithHistory = () => {
|
|
191
|
+
const context = usePagePermissions();
|
|
192
|
+
// Test that history management functions exist
|
|
193
|
+
return (
|
|
194
|
+
<div data-testid="history-functions">
|
|
195
|
+
{typeof context.getPageAccessHistory === 'function' ? 'has-get' : 'no-get'}
|
|
196
|
+
{typeof context.clearPageAccessHistory === 'function' ? 'has-clear' : 'no-clear'}
|
|
197
|
+
</div>
|
|
198
|
+
);
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
renderWithProviders(
|
|
202
|
+
<TestWrapper providerProps={{ maxHistorySize: 5 }}>
|
|
203
|
+
<TestComponentWithHistory />
|
|
204
|
+
</TestWrapper>
|
|
205
|
+
);
|
|
206
|
+
|
|
207
|
+
expect(screen.getByTestId('history-functions')).toHaveTextContent('has-gethas-clear');
|
|
208
|
+
});
|
|
209
|
+
});
|
|
210
|
+
|
|
211
|
+
describe('Page Permission Checking', () => {
|
|
212
|
+
it('should allow page access when user is authenticated', () => {
|
|
213
|
+
// Ensure user has organisation context
|
|
214
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
215
|
+
...mockUser,
|
|
216
|
+
selectedOrganisationId: 'org-456',
|
|
217
|
+
selectedEventId: 'event-789'
|
|
218
|
+
});
|
|
219
|
+
|
|
220
|
+
renderWithProviders(
|
|
221
|
+
<TestWrapper>
|
|
222
|
+
<TestComponent />
|
|
223
|
+
</TestWrapper>
|
|
224
|
+
);
|
|
225
|
+
|
|
226
|
+
expect(screen.getByTestId('page-permission')).toHaveTextContent('false');
|
|
227
|
+
});
|
|
228
|
+
|
|
229
|
+
it('should deny page access when user is not authenticated', () => {
|
|
230
|
+
mockUseUnifiedAuth.mockReturnValue({ ...mockUser, id: null });
|
|
231
|
+
|
|
232
|
+
renderWithProviders(
|
|
233
|
+
<TestWrapper>
|
|
234
|
+
<TestComponent />
|
|
235
|
+
</TestWrapper>
|
|
236
|
+
);
|
|
237
|
+
|
|
238
|
+
expect(screen.getByTestId('page-permission')).toHaveTextContent('false');
|
|
239
|
+
});
|
|
240
|
+
|
|
241
|
+
it('should deny page access when organisation context is missing', () => {
|
|
242
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
243
|
+
...mockUser,
|
|
244
|
+
selectedOrganisationId: null
|
|
245
|
+
});
|
|
246
|
+
|
|
247
|
+
renderWithProviders(
|
|
248
|
+
<TestWrapper>
|
|
249
|
+
<TestComponent />
|
|
250
|
+
</TestWrapper>
|
|
251
|
+
);
|
|
252
|
+
|
|
253
|
+
expect(screen.getByTestId('page-permission')).toHaveTextContent('false');
|
|
254
|
+
});
|
|
255
|
+
|
|
256
|
+
it('should allow page access when disabled', () => {
|
|
257
|
+
const TestComponentDisabled = () => {
|
|
258
|
+
const context = usePagePermissions();
|
|
259
|
+
// We can't directly test isEnabled from outside, but we can test the behavior
|
|
260
|
+
return (
|
|
261
|
+
<div data-testid="page-permission">
|
|
262
|
+
{context.hasPagePermission('test-page', 'read').toString()}
|
|
263
|
+
</div>
|
|
264
|
+
);
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
// Ensure user has organisation context
|
|
268
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
269
|
+
...mockUser,
|
|
270
|
+
selectedOrganisationId: 'org-456',
|
|
271
|
+
selectedEventId: 'event-789'
|
|
272
|
+
});
|
|
273
|
+
|
|
274
|
+
// Mock the context to return disabled state
|
|
275
|
+
vi.spyOn(React, 'useState').mockReturnValueOnce([false, vi.fn()]);
|
|
276
|
+
|
|
277
|
+
renderWithProviders(
|
|
278
|
+
<TestWrapper>
|
|
279
|
+
<TestComponentDisabled />
|
|
280
|
+
</TestWrapper>
|
|
281
|
+
);
|
|
282
|
+
|
|
283
|
+
expect(screen.getByTestId('page-permission')).toHaveTextContent('false');
|
|
284
|
+
});
|
|
285
|
+
|
|
286
|
+
it('should handle page permission with pageId', () => {
|
|
287
|
+
const TestComponentWithPageId = () => {
|
|
288
|
+
const context = usePagePermissions();
|
|
289
|
+
const hasPermission = context.hasPagePermission('test-page', 'read', 'page-123');
|
|
290
|
+
return <div data-testid="page-permission-with-id">{hasPermission.toString()}</div>;
|
|
291
|
+
};
|
|
292
|
+
|
|
293
|
+
// Ensure user has organisation context
|
|
294
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
295
|
+
...mockUser,
|
|
296
|
+
selectedOrganisationId: 'org-456',
|
|
297
|
+
selectedEventId: 'event-789'
|
|
298
|
+
});
|
|
299
|
+
|
|
300
|
+
renderWithProviders(
|
|
301
|
+
<TestWrapper>
|
|
302
|
+
<TestComponentWithPageId />
|
|
303
|
+
</TestWrapper>
|
|
304
|
+
);
|
|
305
|
+
|
|
306
|
+
expect(screen.getByTestId('page-permission-with-id')).toHaveTextContent('false');
|
|
307
|
+
});
|
|
308
|
+
|
|
309
|
+
it('should handle page permission with custom scope', () => {
|
|
310
|
+
const TestComponentWithScope = () => {
|
|
311
|
+
const context = usePagePermissions();
|
|
312
|
+
const hasPermission = context.hasPagePermission('test-page', 'read', undefined, mockScope);
|
|
313
|
+
return <div data-testid="page-permission-with-scope">{hasPermission.toString()}</div>;
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
// Ensure user has organisation context
|
|
317
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
318
|
+
...mockUser,
|
|
319
|
+
selectedOrganisationId: 'org-456',
|
|
320
|
+
selectedEventId: 'event-789'
|
|
321
|
+
});
|
|
322
|
+
|
|
323
|
+
renderWithProviders(
|
|
324
|
+
<TestWrapper>
|
|
325
|
+
<TestComponentWithScope />
|
|
326
|
+
</TestWrapper>
|
|
327
|
+
);
|
|
328
|
+
|
|
329
|
+
expect(screen.getByTestId('page-permission-with-scope')).toHaveTextContent('false');
|
|
330
|
+
});
|
|
331
|
+
});
|
|
332
|
+
|
|
333
|
+
describe('Audit Logging', () => {
|
|
334
|
+
it('should log strict mode status when enabled', () => {
|
|
335
|
+
renderWithProviders(
|
|
336
|
+
<TestWrapper providerProps={{ strictMode: true, auditLog: true }}>
|
|
337
|
+
<TestComponent />
|
|
338
|
+
</TestWrapper>
|
|
339
|
+
);
|
|
340
|
+
|
|
341
|
+
expect(consoleSpy).toHaveBeenCalledWith(
|
|
342
|
+
expect.stringContaining('[PagePermissionProvider] Strict mode enabled - all page access attempts will be logged and enforced')
|
|
343
|
+
);
|
|
344
|
+
});
|
|
345
|
+
|
|
346
|
+
it('should not log when audit logging is disabled', () => {
|
|
347
|
+
renderWithProviders(
|
|
348
|
+
<TestWrapper providerProps={{ auditLog: false }}>
|
|
349
|
+
<TestComponent />
|
|
350
|
+
</TestWrapper>
|
|
351
|
+
);
|
|
352
|
+
|
|
353
|
+
expect(consoleSpy).not.toHaveBeenCalledWith(
|
|
354
|
+
expect.stringContaining('[PagePermissionProvider] Strict mode enabled')
|
|
355
|
+
);
|
|
356
|
+
});
|
|
357
|
+
});
|
|
358
|
+
|
|
359
|
+
describe('History Management', () => {
|
|
360
|
+
it('should clear page access history', () => {
|
|
361
|
+
const TestComponentWithClear = () => {
|
|
362
|
+
const context = usePagePermissions();
|
|
363
|
+
const clearHistory = () => context.clearPageAccessHistory();
|
|
364
|
+
|
|
365
|
+
return (
|
|
366
|
+
<div>
|
|
367
|
+
<button onClick={clearHistory} data-testid="clear-button">
|
|
368
|
+
Clear History
|
|
369
|
+
</button>
|
|
370
|
+
<div data-testid="history-length">
|
|
371
|
+
{context.getPageAccessHistory().length}
|
|
372
|
+
</div>
|
|
373
|
+
</div>
|
|
374
|
+
);
|
|
375
|
+
};
|
|
376
|
+
|
|
377
|
+
renderWithProviders(
|
|
378
|
+
<TestWrapper>
|
|
379
|
+
<TestComponentWithClear />
|
|
380
|
+
</TestWrapper>
|
|
381
|
+
);
|
|
382
|
+
|
|
383
|
+
expect(screen.getByTestId('history-length')).toHaveTextContent('0');
|
|
384
|
+
});
|
|
385
|
+
|
|
386
|
+
it('should maintain history within maxHistorySize limit', () => {
|
|
387
|
+
const TestComponentWithHistory = () => {
|
|
388
|
+
const context = usePagePermissions();
|
|
389
|
+
|
|
390
|
+
// Test that history management functions exist
|
|
391
|
+
return (
|
|
392
|
+
<div data-testid="history-functions">
|
|
393
|
+
{typeof context.getPageAccessHistory === 'function' ? 'has-get' : 'no-get'}
|
|
394
|
+
{typeof context.clearPageAccessHistory === 'function' ? 'has-clear' : 'no-clear'}
|
|
395
|
+
</div>
|
|
396
|
+
);
|
|
397
|
+
};
|
|
398
|
+
|
|
399
|
+
renderWithProviders(
|
|
400
|
+
<TestWrapper providerProps={{ maxHistorySize: 5 }}>
|
|
401
|
+
<TestComponentWithHistory />
|
|
402
|
+
</TestWrapper>
|
|
403
|
+
);
|
|
404
|
+
|
|
405
|
+
expect(screen.getByTestId('history-functions')).toHaveTextContent('has-gethas-clear');
|
|
406
|
+
});
|
|
407
|
+
});
|
|
408
|
+
|
|
409
|
+
describe('Error Handling', () => {
|
|
410
|
+
it('should handle missing user gracefully', () => {
|
|
411
|
+
mockUseUnifiedAuth.mockReturnValue({});
|
|
412
|
+
|
|
413
|
+
expect(() => {
|
|
414
|
+
renderWithProviders(
|
|
415
|
+
<TestWrapper>
|
|
416
|
+
<TestComponent />
|
|
417
|
+
</TestWrapper>
|
|
418
|
+
);
|
|
419
|
+
}).not.toThrow();
|
|
420
|
+
});
|
|
421
|
+
|
|
422
|
+
it('should handle missing organisation context gracefully', () => {
|
|
423
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
424
|
+
...mockUser,
|
|
425
|
+
selectedOrganisationId: null,
|
|
426
|
+
selectedEventId: null
|
|
427
|
+
});
|
|
428
|
+
|
|
429
|
+
expect(() => {
|
|
430
|
+
renderWithProviders(
|
|
431
|
+
<TestWrapper>
|
|
432
|
+
<TestComponent />
|
|
433
|
+
</TestWrapper>
|
|
434
|
+
);
|
|
435
|
+
}).not.toThrow();
|
|
436
|
+
});
|
|
437
|
+
});
|
|
438
|
+
|
|
439
|
+
describe('usePagePermissions Hook', () => {
|
|
440
|
+
it('should throw error when used outside provider', () => {
|
|
441
|
+
const TestComponentOutsideProvider = () => {
|
|
442
|
+
usePagePermissions();
|
|
443
|
+
return <div>Should not render</div>;
|
|
444
|
+
};
|
|
445
|
+
|
|
446
|
+
expect(() => {
|
|
447
|
+
renderWithProviders(<TestComponentOutsideProvider />);
|
|
448
|
+
}).toThrow('usePagePermissions must be used within a PagePermissionProvider');
|
|
449
|
+
});
|
|
450
|
+
|
|
451
|
+
it('should return context when used within provider', () => {
|
|
452
|
+
renderWithProviders(
|
|
453
|
+
<TestWrapper>
|
|
454
|
+
<TestComponent />
|
|
455
|
+
</TestWrapper>
|
|
456
|
+
);
|
|
457
|
+
|
|
458
|
+
expect(screen.getByTestId('test-component')).toBeInTheDocument();
|
|
459
|
+
});
|
|
460
|
+
});
|
|
461
|
+
|
|
462
|
+
describe('Callback Functions', () => {
|
|
463
|
+
it('should call onPageAccess callback when provided', () => {
|
|
464
|
+
const onPageAccess = vi.fn();
|
|
465
|
+
|
|
466
|
+
// We can't directly trigger page access from outside the provider,
|
|
467
|
+
// but we can test that the callback is properly set up
|
|
468
|
+
renderWithProviders(
|
|
469
|
+
<TestWrapper providerProps={{ onPageAccess }}>
|
|
470
|
+
<TestComponent />
|
|
471
|
+
</TestWrapper>
|
|
472
|
+
);
|
|
473
|
+
|
|
474
|
+
expect(screen.getByTestId('test-component')).toBeInTheDocument();
|
|
475
|
+
});
|
|
476
|
+
|
|
477
|
+
it('should call onStrictModeViolation callback when provided', () => {
|
|
478
|
+
const onStrictModeViolation = vi.fn();
|
|
479
|
+
|
|
480
|
+
renderWithProviders(
|
|
481
|
+
<TestWrapper providerProps={{ onStrictModeViolation }}>
|
|
482
|
+
<TestComponent />
|
|
483
|
+
</TestWrapper>
|
|
484
|
+
);
|
|
485
|
+
|
|
486
|
+
expect(screen.getByTestId('test-component')).toBeInTheDocument();
|
|
487
|
+
});
|
|
488
|
+
});
|
|
489
|
+
|
|
490
|
+
describe('Scope Management', () => {
|
|
491
|
+
it('should create scope with organisation and event IDs', () => {
|
|
492
|
+
renderWithProviders(
|
|
493
|
+
<TestWrapper>
|
|
494
|
+
<TestComponent />
|
|
495
|
+
</TestWrapper>
|
|
496
|
+
);
|
|
497
|
+
|
|
498
|
+
// The scope is created internally, but we can verify the component works
|
|
499
|
+
expect(screen.getByTestId('test-component')).toBeInTheDocument();
|
|
500
|
+
});
|
|
501
|
+
|
|
502
|
+
it('should handle missing event ID in scope', () => {
|
|
503
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
504
|
+
...mockUser,
|
|
505
|
+
selectedEventId: null
|
|
506
|
+
});
|
|
507
|
+
|
|
508
|
+
renderWithProviders(
|
|
509
|
+
<TestWrapper>
|
|
510
|
+
<TestComponent />
|
|
511
|
+
</TestWrapper>
|
|
512
|
+
);
|
|
513
|
+
|
|
514
|
+
expect(screen.getByTestId('test-component')).toBeInTheDocument();
|
|
515
|
+
});
|
|
516
|
+
});
|
|
517
|
+
|
|
518
|
+
describe('Performance', () => {
|
|
519
|
+
it('should memoize context value', () => {
|
|
520
|
+
const { rerender } = renderWithProviders(
|
|
521
|
+
<TestWrapper>
|
|
522
|
+
<TestComponent />
|
|
523
|
+
</TestWrapper>
|
|
524
|
+
);
|
|
525
|
+
|
|
526
|
+
const initialRender = screen.getByTestId('test-component');
|
|
527
|
+
|
|
528
|
+
// Rerender with same props
|
|
529
|
+
rerender(
|
|
530
|
+
<TestWrapper>
|
|
531
|
+
<TestComponent />
|
|
532
|
+
</TestWrapper>
|
|
533
|
+
);
|
|
534
|
+
|
|
535
|
+
// Component should still be there
|
|
536
|
+
expect(screen.getByTestId('test-component')).toBeInTheDocument();
|
|
537
|
+
});
|
|
538
|
+
});
|
|
539
|
+
|
|
540
|
+
describe('Integration', () => {
|
|
541
|
+
it('should work with multiple consumers', () => {
|
|
542
|
+
const AnotherTestComponent = () => {
|
|
543
|
+
const context = usePagePermissions();
|
|
544
|
+
return <div data-testid="another-component">{context.isEnabled.toString()}</div>;
|
|
545
|
+
};
|
|
546
|
+
|
|
547
|
+
renderWithProviders(
|
|
548
|
+
<TestWrapper>
|
|
549
|
+
<TestComponent />
|
|
550
|
+
<AnotherTestComponent />
|
|
551
|
+
</TestWrapper>
|
|
552
|
+
);
|
|
553
|
+
|
|
554
|
+
expect(screen.getByTestId('test-component')).toBeInTheDocument();
|
|
555
|
+
expect(screen.getByTestId('another-component')).toBeInTheDocument();
|
|
556
|
+
});
|
|
557
|
+
|
|
558
|
+
it('should maintain state across re-renders', () => {
|
|
559
|
+
const { rerender } = renderWithProviders(
|
|
560
|
+
<TestWrapper>
|
|
561
|
+
<TestComponent />
|
|
562
|
+
</TestWrapper>
|
|
563
|
+
);
|
|
564
|
+
|
|
565
|
+
expect(screen.getByTestId('is-enabled')).toHaveTextContent('true');
|
|
566
|
+
|
|
567
|
+
rerender(
|
|
568
|
+
<TestWrapper>
|
|
569
|
+
<TestComponent />
|
|
570
|
+
</TestWrapper>
|
|
571
|
+
);
|
|
572
|
+
|
|
573
|
+
expect(screen.getByTestId('is-enabled')).toHaveTextContent('true');
|
|
574
|
+
});
|
|
575
|
+
});
|
|
576
|
+
|
|
577
|
+
describe('Edge Cases', () => {
|
|
578
|
+
it('should handle empty page name', () => {
|
|
579
|
+
const TestComponentEmptyPage = () => {
|
|
580
|
+
const context = usePagePermissions();
|
|
581
|
+
const hasPermission = context.hasPagePermission('', 'read');
|
|
582
|
+
return <div data-testid="empty-page-permission">{hasPermission.toString()}</div>;
|
|
583
|
+
};
|
|
584
|
+
|
|
585
|
+
// Ensure user has organisation context
|
|
586
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
587
|
+
...mockUser,
|
|
588
|
+
selectedOrganisationId: 'org-456',
|
|
589
|
+
selectedEventId: 'event-789'
|
|
590
|
+
});
|
|
591
|
+
|
|
592
|
+
renderWithProviders(
|
|
593
|
+
<TestWrapper>
|
|
594
|
+
<TestComponentEmptyPage />
|
|
595
|
+
</TestWrapper>
|
|
596
|
+
);
|
|
597
|
+
|
|
598
|
+
expect(screen.getByTestId('empty-page-permission')).toHaveTextContent('false');
|
|
599
|
+
});
|
|
600
|
+
|
|
601
|
+
it('should handle empty operation', () => {
|
|
602
|
+
const TestComponentEmptyOperation = () => {
|
|
603
|
+
const context = usePagePermissions();
|
|
604
|
+
const hasPermission = context.hasPagePermission('test-page', '');
|
|
605
|
+
return <div data-testid="empty-operation-permission">{hasPermission.toString()}</div>;
|
|
606
|
+
};
|
|
607
|
+
|
|
608
|
+
// Ensure user has organisation context
|
|
609
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
610
|
+
...mockUser,
|
|
611
|
+
selectedOrganisationId: 'org-456',
|
|
612
|
+
selectedEventId: 'event-789'
|
|
613
|
+
});
|
|
614
|
+
|
|
615
|
+
renderWithProviders(
|
|
616
|
+
<TestWrapper>
|
|
617
|
+
<TestComponentEmptyOperation />
|
|
618
|
+
</TestWrapper>
|
|
619
|
+
);
|
|
620
|
+
|
|
621
|
+
expect(screen.getByTestId('empty-operation-permission')).toHaveTextContent('false');
|
|
622
|
+
});
|
|
623
|
+
|
|
624
|
+
it('should handle undefined pageId', () => {
|
|
625
|
+
const TestComponentUndefinedPageId = () => {
|
|
626
|
+
const context = usePagePermissions();
|
|
627
|
+
const hasPermission = context.hasPagePermission('test-page', 'read', undefined);
|
|
628
|
+
return <div data-testid="undefined-page-id-permission">{hasPermission.toString()}</div>;
|
|
629
|
+
};
|
|
630
|
+
|
|
631
|
+
// Ensure user has organisation context
|
|
632
|
+
mockUseUnifiedAuth.mockReturnValue({
|
|
633
|
+
...mockUser,
|
|
634
|
+
selectedOrganisationId: 'org-456',
|
|
635
|
+
selectedEventId: 'event-789'
|
|
636
|
+
});
|
|
637
|
+
|
|
638
|
+
renderWithProviders(
|
|
639
|
+
<TestWrapper>
|
|
640
|
+
<TestComponentUndefinedPageId />
|
|
641
|
+
</TestWrapper>
|
|
642
|
+
);
|
|
643
|
+
|
|
644
|
+
expect(screen.getByTestId('undefined-page-id-permission')).toHaveTextContent('false');
|
|
645
|
+
});
|
|
646
|
+
});
|
|
647
|
+
});
|