Merge pull request #51281 from nextcloud/artonge/fix/data-cy-files-action

[stable30] fix(test): Add missing data-cy attribute for file actions
This commit is contained in:
Louis 2025-03-05 13:39:26 +01:00 committed by GitHub
commit e2f24ef92a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -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" />

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long