Skip to content

Commit 167553b

Browse files
artongenextcloud-command
authored andcommitted
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> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 40d5dcb commit 167553b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

apps/files/src/components/FilesListTableHeaderActions.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<NcActionButton v-for="action in enabledActions"
3131
:key="action.id"
3232
:class="'files-list__row-actions-batch-' + action.id"
33+
:data-cy-files-list-selection-action="action.id"
3334
@click="onActionClick(action)">
3435
<template #icon>
3536
<NcLoadingIcon v-if="loading === action.id" :size="18" />

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)