core-compat-api: update compat wrapper test snapshot

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-08-27 13:07:54 +02:00
parent ff438f7b66
commit 51046f5d27
@@ -52,7 +52,7 @@ describe('BackwardsCompatProvider', () => {
const app = useApp();
return (
<div data-testid="ctx">
plugins:
plugins:{' '}
{app
.getPlugins()
.map(p => p.getId())
@@ -74,7 +74,7 @@ describe('BackwardsCompatProvider', () => {
);
expect(screen.getByTestId('ctx').textContent).toMatchInlineSnapshot(`
"plugins:
"plugins: app
components: NotFoundErrorPage, BootErrorPage, Progress, Router, ErrorBoundaryFallback
icons: brokenImage, catalog, scaffolder, techdocs, search, chat, dashboard, docs, email, github, group, help, kind:api, kind:component, kind:domain, kind:group, kind:location, kind:system, kind:user, kind:resource, kind:template, user, warning"
`);