The brp-kvk-initiator e2e specs assert against personas and companies that only exist in a live personen-mock / KvK test environment:
Stephan Janssen with BSN 999990627 and birthdate 1975-04-06
Test EMZ Dagobert at KvK 69599084
tests/e2e/ci-seed.sh provisions the procest register + schemas but creates no brp/kvk register-set objects, so on a GitHub runner the initiator picker has nothing to find. Four of the six tests are therefore test.fixme with this issue referenced; the two that only exercise the picker shell (initiator type choice + the skippable path) stay live.
To re-enable: extend ci-seed.sh to POST the two fixture objects into the brp/kvk register sets (or point the register sets at a mock served from the runner), then drop the test.fixme markers.
Found while turning the shared E2E Tests (Playwright) job on in #709.
The
brp-kvk-initiatore2e specs assert against personas and companies that only exist in a livepersonen-mock/ KvK test environment:Stephan Janssenwith BSN999990627and birthdate1975-04-06Test EMZ Dagobertat KvK69599084tests/e2e/ci-seed.shprovisions the procest register + schemas but creates nobrp/kvkregister-set objects, so on a GitHub runner the initiator picker has nothing to find. Four of the six tests are thereforetest.fixmewith this issue referenced; the two that only exercise the picker shell (initiator type choice + the skippable path) stay live.To re-enable: extend
ci-seed.shto POST the two fixture objects into thebrp/kvkregister sets (or point the register sets at a mock served from the runner), then drop thetest.fixmemarkers.Found while turning the shared
E2E Tests (Playwright)job on in #709.