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
@@ -45,7 +45,7 @@ describe('<UserSettingsIdentityCard />', () => {
},
);
expect(screen.getByText('user:default/test-ownership')).toBeInTheDocument();
expect(screen.getByText('user:test-ownership')).toBeInTheDocument();
expect(screen.getByText('foo:bar/foobar')).toBeInTheDocument();
});
});