e2e-test: remove React 17 compatibility checks

The new frontend system does not support React 17, so the E2E test
no longer switches the scaffolded app to React 17 for a second
verification pass.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 20:53:51 +01:00
parent 8dda73d806
commit 65df955244
2 changed files with 0 additions and 51 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Fixed the generated next app E2E test to verify the post-sign-in navigation, matching the current default app behavior.