Skip to content

Commit 20a49c5

Browse files
committed
test: align web ui parity baseline keys
1 parent ef83cae commit 20a49c5

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -319,15 +319,7 @@ test('captured bundled app skeleton only exposes expected data key drift versus
319319
const headDataKeys = Object.keys(headAppOptions.data()).sort();
320320
const extraCurrentKeys = currentDataKeys.filter((key) => !headDataKeys.includes(key)).sort();
321321
const missingCurrentKeys = headDataKeys.filter((key) => !currentDataKeys.includes(key)).sort();
322-
const allowedExtraCurrentKeys = [
323-
'healthCheckDialogLastResult',
324-
'healthCheckDialogLockedProvider',
325-
'healthCheckDialogMessages',
326-
'healthCheckDialogPrompt',
327-
'healthCheckDialogSelectedProvider',
328-
'healthCheckDialogSending',
329-
'showHealthCheckDialog'
330-
];
322+
const allowedExtraCurrentKeys = [];
331323
const allowedMissingCurrentKeys = [];
332324
if (parityAgainstHead) {
333325
const allowedExtraKeySet = new Set(allowedExtraCurrentKeys);

0 commit comments

Comments
 (0)