Skip to content

Commit

Permalink
fix(test): Add missing data-cy attribute for file actions
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>

Signed-off-by: nextcloud-command <[email protected]>

[skip ci]
  • Loading branch information
artonge authored and backportbot[bot] committed Mar 5, 2025
1 parent 40d5dcb commit fde7ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/src/components/FilesListTableHeaderActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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" />
Expand Down

0 comments on commit fde7ccb

Please sign in to comment.