SYNC: test fix WIP

This commit is contained in:
SPRINX0\prochazka
2025-04-23 17:07:17 +02:00
committed by Diflow
parent 5278861ccd
commit 72b766f32a
2 changed files with 15 additions and 4 deletions

View File

@@ -192,6 +192,7 @@
<input
type="checkbox"
checked={checkableFlatRowsShown.every(r => checkedKeys.includes(extractTableItemKey(r)))}
data-testid="TableControl_selectAllCheckBox"
on:change={e => {
if (e.target['checked']) onSetCheckedKeys(checkableFlatRowsShown.map(r => extractTableItemKey(r)));
else onSetCheckedKeys([]);
@@ -286,6 +287,7 @@
dispatch('clickrow', row);
}
}}
data-testid={`TableControl_row_${index}`}
>
{#if checkedKeys}
<td>