@@ -79,6 +85,7 @@ export const PartnerTags = () => {
const caseWithComputeKind = (computeKind: string) => {
const def = {...Mocks.AssetNodeFragmentBasic, computeKind};
const liveData = Mocks.LiveDataForNodeMaterialized;
+ _setCacheEntryForTest(buildAssetKey({path: [liveData.stepKey]}), liveData);
const dimensions = getAssetNodeDimensions(def);
return (
@@ -87,7 +94,7 @@ export const PartnerTags = () => {
-
+