Remove legacy nav stub from renderInTestApp

Disable app/nav in the minimal test shell instead of rendering
legacy nav-item extensions. Use renderTestApp when nav behavior matters.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Patrik Oldsberg
2026-05-19 11:15:31 +02:00
parent 483297f845
commit 269c4f9f0d
2 changed files with 3 additions and 58 deletions
@@ -2,4 +2,4 @@
'@backstage/frontend-test-utils': patch
---
Updated `renderInTestApp` to render legacy nav-item extensions without relying on the removed `NavItemBlueprint` from `@backstage/frontend-plugin-api`.
Disabled the app nav extension in `renderInTestApp`, removing the legacy nav-item rendering stub.