fix: refs #8581 add data-cy attribute to CardDescriptor component for improved testing
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2025-02-25 15:27:23 +01:00
parent 2ca60b6a0f
commit 99861cbd42
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ const toModule = computed(() =>
</script>
<template>
<div class="descriptor">
<div class="descriptor" :data-cy="`cardDescriptor${dataKey}`">
<template v-if="entity && !isLoading">
<div class="header bg-primary q-pa-sm justify-between">
<slot name="header-extra-action"