rrt/fixtures/runtime/packed-event-selection-only-context-overlay-fixture.json

47 lines
1.2 KiB
JSON

{
"format_version": 1,
"fixture_id": "packed-event-selection-only-context-overlay-fixture",
"source": {
"kind": "captured-runtime",
"description": "Fixture proving selection-only raw save company/chairman context overrides base selected ids without replacing base rosters."
},
"state_import_path": "packed-event-selection-only-context-overlay.json",
"commands": [
{
"kind": "service_trigger_kind",
"trigger_kind": 7
}
],
"expected_summary": {
"calendar_projection_source": "base-snapshot-preserved",
"calendar_projection_is_placeholder": false,
"company_count": 2,
"chairman_profile_count": 2,
"selected_chairman_profile_id": 2,
"packed_event_collection_present": false,
"event_runtime_record_count": 0,
"total_event_record_service_count": 0,
"total_trigger_dispatch_count": 1
},
"expected_state_fragment": {
"selected_company_id": 2,
"selected_chairman_profile_id": 2,
"companies": [
{
"company_id": 1
},
{
"company_id": 2
}
],
"chairman_profiles": [
{
"profile_id": 1
},
{
"profile_id": 2
}
],
"event_runtime_records": []
}
}