remove option

This commit is contained in:
2025-09-25 13:53:59 +02:00
parent 7396e15241
commit f0b133101d
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ describe('Footer component', () => {
});
test('Enthält Profil-Icon und entsprechenden Link: angemeldet', () => {
render(Footer, { props: { data: baseData } });
const linkElement = screen.getByText('admin', { exact: false });
const linkElement = screen.getByText('admin');
expect(linkElement).toBeInTheDocument();
expect(linkElement).toHaveAttribute('href', ROUTE_NAMES.ROOT);