Remove obsolete tests and unused imports in organization members and management components

- Deleted `OrganizationMembersPage` tests as they are no longer relevant.
- Removed unused `updated_at` property from test data in multiple components.
- Cleaned up redundant `useAuth` imports from `OrganizationMembersContent` and `OrganizationManagementContent`.
This commit is contained in:
Felipe Cardoso
2025-11-07 07:55:05 +01:00
parent 6b556431d3
commit 652fb6b180
6 changed files with 0 additions and 78 deletions

View File

@@ -35,7 +35,6 @@ describe('OrganizationActionMenu', () => {
description: 'Leading provider',
is_active: true,
created_at: '2025-01-01T00:00:00Z',
updated_at: '2025-01-01T00:00:00Z',
member_count: 10,
};