refactor: add testid on delete list view
This commit is contained in:
parent
fb1dbaec11
commit
5e10a3810a
1 changed files with 1 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
|
|||
flat
|
||||
color="negative"
|
||||
dense
|
||||
:data-testid="(actionsRow.row.name)"
|
||||
icon="mdi-trash-can-outline"
|
||||
@click.stop="triggerFolderDelete(actionsRow.row.pathname)"
|
||||
id="listViewFolderDelete"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue