Add an entityPresentationApiRef

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-04-15 16:26:09 +02:00
parent ec1ca01848
commit 1e5b7d993a
42 changed files with 2024 additions and 455 deletions
@@ -65,7 +65,7 @@ describe('UserSummary Test', () => {
'src',
'https://example.com/staff/calum.jpeg',
);
expect(screen.getByText('examplegroup')).toHaveAttribute(
expect(screen.getByText('examplegroup').closest('a')).toHaveAttribute(
'href',
'/catalog/default/group/examplegroup',
);