fix(test): Add missing data-cy attribute for file actions

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/51281/head
Louis Chemineau 2025-03-05 13:04:08 +07:00 committed by nextcloud-command
parent 432d95e5d3
commit 5e49e75a15
3 changed files with 4 additions and 3 deletions

@ -14,6 +14,7 @@
<NcActionButton v-for="action in enabledActions"
:key="action.id"
:class="'files-list__row-actions-batch-' + action.id"
:data-cy-files-list-selection-action="action.id"
@click="onActionClick(action)">
<template #icon>
<NcLoadingIcon v-if="loading === action.id" :size="18" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long