From b6706218fe104434af71b145db065998e908a2a6 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 18 Mar 2025 14:46:51 +0100 Subject: [PATCH] feat: refs #8463 add data attributes for summary buttons in VnDescriptor component --- src/components/ui/VnDescriptor.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ui/VnDescriptor.vue b/src/components/ui/VnDescriptor.vue index 515e09f3ab0..03432d745ed 100644 --- a/src/components/ui/VnDescriptor.vue +++ b/src/components/ui/VnDescriptor.vue @@ -127,6 +127,7 @@ const toModule = computed(() => { color="white" class="link" v-if="summary" + data-cy="openSummaryBtn" > {{ t('components.smartCard.openSummary') }} @@ -141,6 +142,7 @@ const toModule = computed(() => { icon="launch" round size="md" + data-cy="goToSummaryBtn" > {{ t('components.cardDescriptor.summary') }}