chore: add listview delete testid
This commit is contained in:
parent
1ff48d94aa
commit
78bc2d6d41
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue