Bracketed on development: last green E2E → first red, exactly one commit between them.
e38ad3b8 feat(manifest): the flow pages are an index and a flow, not two
Failing spec, both attempts:
✘ tests/e2e/workflows/source-mapping-crud.spec.ts:300
Source — full CRUD with persistence › create → row appears → view → edit persists → delete (27.6s)
The same refactor (the flow pages are an index and a flow) landed in opencatalogi and pipelinq in the same window, and all three went red on E2E — see ConductionNL/opencatalogi#1189 and ConductionNL/pipelinq#1500. Worth checking whether the three share a cause before treating them separately.
Not caused by #1624 (the describe.skip reason fix) merged here today: that PR touches spec-coverage/connector-catalog.spec.ts only, its 6 tests are still skipped in this run (-, not executed), and connector-catalog accounts for zero of the failures.
Bracketed on
development: last green E2E → first red, exactly one commit between them.Failing spec, both attempts:
The same refactor (
the flow pages are an index and a flow) landed in opencatalogi and pipelinq in the same window, and all three went red on E2E — see ConductionNL/opencatalogi#1189 and ConductionNL/pipelinq#1500. Worth checking whether the three share a cause before treating them separately.Not caused by #1624 (the
describe.skipreason fix) merged here today: that PR touchesspec-coverage/connector-catalog.spec.tsonly, its 6 tests are still skipped in this run (-, not executed), andconnector-catalogaccounts for zero of the failures.