fix: refs #8417 added data-cy to delete button
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
PAU ROVIRA ROSALENY 2025-02-27 12:56:18 +01:00
parent f7f12b8c3b
commit 3d20491162
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ function onDrag() {
class="all-pointer-events absolute delete-button zindex" class="all-pointer-events absolute delete-button zindex"
@click.stop="viewDeleteDms(index)" @click.stop="viewDeleteDms(index)"
round round
:data-cy="`delete-button-${index+1}`"
/> />
<QIcon <QIcon
name="play_circle" name="play_circle"