diff --git a/packages/frontend-app-api/src/wiring/createApp.test.tsx b/packages/frontend-app-api/src/wiring/createApp.test.tsx index c79d8eed76..6fc4720da2 100644 --- a/packages/frontend-app-api/src/wiring/createApp.test.tsx +++ b/packages/frontend-app-api/src/wiring/createApp.test.tsx @@ -278,16 +278,24 @@ describe('createApp', () => { ] ] - components [ - - - - ] - themes [ - - - ] apis [ + + themes [ + + + ] + + + + + + components [ + + + + ] + + diff --git a/packages/frontend-plugin-api/src/blueprints/ThemeBlueprint.test.ts b/packages/frontend-plugin-api/src/blueprints/ThemeBlueprint.test.ts index e6daf510eb..75d342fdcb 100644 --- a/packages/frontend-plugin-api/src/blueprints/ThemeBlueprint.test.ts +++ b/packages/frontend-plugin-api/src/blueprints/ThemeBlueprint.test.ts @@ -32,7 +32,7 @@ describe('ThemeBlueprint', () => { { "$$type": "@backstage/ExtensionDefinition", "attachTo": { - "id": "app", + "id": "api:app-theme", "input": "themes", }, "configSchema": undefined, diff --git a/packages/frontend-plugin-api/src/blueprints/TranslationBlueprint.test.ts b/packages/frontend-plugin-api/src/blueprints/TranslationBlueprint.test.ts index 3c7b271322..65ef4f7ee0 100644 --- a/packages/frontend-plugin-api/src/blueprints/TranslationBlueprint.test.ts +++ b/packages/frontend-plugin-api/src/blueprints/TranslationBlueprint.test.ts @@ -47,7 +47,7 @@ describe('TranslationBlueprint', () => { { "$$type": "@backstage/ExtensionDefinition", "attachTo": { - "id": "app", + "id": "api:translations", "input": "translations", }, "configSchema": undefined,