core-compat-api: update compat wrapper test snapshot
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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"
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user