Looks like test https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/siem/public/components/timeline/body/renderers/zeek/zeek_details.test.tsx#L116 does snapshot matching and the whole core and all plugins public contracts are included into the snapshot. https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/siem/public/components/timeline/body/renderers/zeek/__snapshots__/zeek_details.test.tsx.snap#L874 This causes ANY change to public api in core or plugin to break siem tests. Introduced in: https://github.com/elastic/kibana/pull/57814 Similar to: https://github.com/elastic/kibana/issues/58165
Looks like test
https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/siem/public/components/timeline/body/renderers/zeek/zeek_details.test.tsx#L116
does snapshot matching and the whole core and all plugins public contracts are included into the snapshot.
https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/siem/public/components/timeline/body/renderers/zeek/__snapshots__/zeek_details.test.tsx.snap#L874
This causes ANY change to public api in core or plugin to break siem tests.
Introduced in: #57814
Similar to: #58165