Found while running tests/e2e/workflows/complaints-bezwaar.spec.ts.
Model mismatch. pages[Bezwaren] (route:/bezwaren) is configured as schema: "case" with a fixed config.filter.caseType == "b3c1a000-0000-4000-a000-00000000be2a" — i.e. bezwaren are modelled as cases of a dedicated bezwaar caseType. But:
- That caseType (
b3c1a000-…-be2a) is not created by POST /apps/procest/api/settings/load (the register-config import) nor by any seed — so the page is always empty (No items found) on a fresh matched instance.
- The e2e fixtures (
seedBezwaar) seed bezwaar-schema objects, which the case-based Bezwaren page never shows. There is no list page for bezwaar-schema objects (the Bezwaren/BezwaarDecisions nav entries were retired in menu-layout.json removals).
Decide the canonical bezwaar model (case-with-caseType vs bezwaar object) and align the manifest + import-config + e2e fixtures to it. As-is the Bezwaren page can never render data.
Found while running
tests/e2e/workflows/complaints-bezwaar.spec.ts.Model mismatch.
pages[Bezwaren](route:/bezwaren) is configured asschema: "case"with a fixedconfig.filter.caseType == "b3c1a000-0000-4000-a000-00000000be2a"— i.e. bezwaren are modelled as cases of a dedicated bezwaar caseType. But:b3c1a000-…-be2a) is not created byPOST /apps/procest/api/settings/load(the register-config import) nor by any seed — so the page is always empty (No items found) on a fresh matched instance.seedBezwaar) seedbezwaar-schema objects, which the case-based Bezwaren page never shows. There is no list page forbezwaar-schema objects (theBezwaren/BezwaarDecisionsnav entries were retired inmenu-layout.jsonremovals).Decide the canonical bezwaar model (case-with-caseType vs
bezwaarobject) and align the manifest + import-config + e2e fixtures to it. As-is the Bezwaren page can never render data.