UI: ContactFolderTree als echter Baum - keine Trennung Firmen/Privat, ein Baum mit allen Kontakten, Personen-Symbol statt Ordner-Symbol
This commit is contained in:
@@ -121,8 +121,7 @@ describe('ContactsListPage (Unified)', () => {
|
||||
const folderTree = getFirstByTestId('contact-folder-tree');
|
||||
expect(folderTree).toBeInTheDocument();
|
||||
expect(within(folderTree).getByText('Alle Kontakte')).toBeInTheDocument();
|
||||
expect(within(folderTree).getByText('Firmen')).toBeInTheDocument();
|
||||
expect(within(folderTree).getByText('Privatpersonen')).toBeInTheDocument();
|
||||
expect(within(folderTree).getByText('Ordner')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
it('renders contact list with contacts', () => {
|
||||
|
||||
Reference in New Issue
Block a user