Files
automaker/apps
Stefan de Vogelaere 36bdf8c24a fix: use response.json() to prevent disposal race condition in E2E test
Replace response.body() with response.json() in open-existing-project.spec.ts
to fix the "Response has been disposed" error. This matches the pattern used
in other test files.
2026-01-18 15:51:36 +01:00
..