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
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
2ca60b6a0f
commit
99861cbd42
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue