fix: ContactFolderTree nur Ordner-Baum ohne Kontakte, Kontakte in mittlerer Liste
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user