fix: ContactFolderTree nur Ordner-Baum ohne Kontakte, Kontakte in mittlerer Liste

This commit is contained in:
Agent Zero
2026-07-20 07:36:35 +02:00
parent 3129f407f5
commit 35fcd2a9d4
2 changed files with 37 additions and 117 deletions
@@ -121,7 +121,6 @@ describe('ContactsListPage (Unified)', () => {
const folderTree = getFirstByTestId('contact-folder-tree');
expect(folderTree).toBeInTheDocument();
expect(within(folderTree).getByText('Alle Kontakte')).toBeInTheDocument();
expect(within(folderTree).getByText('Ordner')).toBeInTheDocument();
});
it('renders contact list with contacts', () => {