增强promotion摘要可见性
结论:release URL workflow 已展示 family/source/browser diagnostics 三类 promotion summary 计数,baseline 保持 28/28/131/0,Python remap、tool DB、external user-M hard block 未解锁。
This commit is contained in:
@@ -1680,7 +1680,7 @@ assert.deepEqual(
|
||||
createProjectReleaseReadinessArtifactValidationSummaryViewModel(
|
||||
releaseReadinessArtifactValidation,
|
||||
).rows
|
||||
.filter(({ id }) => id.startsWith("virtual-hal-promotion-family-"))
|
||||
.filter(({ id }) => expectedPromotionFamilyRows.some(([familyId]) => familyId === id))
|
||||
.map(({ id, value }) => [id, value]),
|
||||
expectedPromotionFamilyRows,
|
||||
);
|
||||
@@ -1751,7 +1751,7 @@ assert.deepEqual(
|
||||
}),
|
||||
}),
|
||||
).rows
|
||||
.filter(({ id }) => id.startsWith("virtual-hal-promotion-family-"))
|
||||
.filter(({ id }) => expectedPromotionFamilyRows.some(([familyId]) => familyId === id))
|
||||
.map(({ id, value }) => [id, value]),
|
||||
expectedPromotionFamilyRows,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user