feat: refs #8463 add data attributes for summary buttons in VnDescriptor component
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Alex Moreno 2025-03-18 14:46:51 +01:00
parent d9d40da4f1
commit b6706218fe
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,7 @@ const toModule = computed(() => {
color="white"
class="link"
v-if="summary"
data-cy="openSummaryBtn"
>
<QTooltip>
{{ t('components.smartCard.openSummary') }}
@ -141,6 +142,7 @@ const toModule = computed(() => {
icon="launch"
round
size="md"
data-cy="goToSummaryBtn"
>
<QTooltip>
{{ t('components.cardDescriptor.summary') }}