chore: add listview delete testid

This commit is contained in:
oat 2023-12-15 09:51:23 +07:00
parent 1ff48d94aa
commit 78bc2d6d41

View file

@ -367,6 +367,7 @@ const onRowClick = ((_, row) => {
color="negative"
icon="mdi-trash-can-outline"
@click.stop="() => triggerFileDelete(data.row.pathname)"
data-testid="listViewFileDelete"
/>
</div>
</q-td>