SYNC: fixed e2e test

This commit is contained in:
SPRINX0\prochazka
2025-04-24 09:20:57 +02:00
committed by Diflow
parent 555fc97e8f
commit e18254e4d8
2 changed files with 4 additions and 3 deletions

View File

@@ -299,6 +299,7 @@
if (e.target['checked']) onSetCheckedKeys(_.uniq([...checkedKeys, extractTableItemKey(row)]));
else onSetCheckedKeys(checkedKeys.filter(x => x != extractTableItemKey(row)));
}}
data-testid={`TableControl_row_${index}_checkbox`}
/>
{/if}
</td>