mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
SYNC: test fix WIP
This commit is contained in:
committed by
Diflow
parent
5278861ccd
commit
72b766f32a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user