Skip to content

Commit d33b6f2

Browse files
committed
fix: add computed properties to computed keys whitelist
- displayProviderUrl and isTransformProvider are computed properties, not data keys - Add them to allowedExtraCurrentComputedKeys for parity test
1 parent 080dd96 commit d33b6f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unit/web-ui-behavior-parity.test.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,9 @@ test('captured bundled app skeleton only exposes expected data key drift versus
635635
'taskOrchestrationQueueStats',
636636
'taskOrchestrationDraftMetrics',
637637
'taskOrchestrationDraftChecklist',
638-
'taskOrchestrationDraftReadiness'
638+
'taskOrchestrationDraftReadiness',
639+
'displayProviderUrl',
640+
'isTransformProvider'
639641
];
640642
const allowedMissingCurrentComputedKeys = [
641643
'hasLocalAndProxy',

0 commit comments

Comments
 (0)