fix: refs #8581 update data-cy attribute in VnFilterPanel for improved testability

This commit is contained in:
Jorge Penadés 2025-02-24 17:32:54 +01:00
parent 02fe39668d
commit bb2676952c
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ const getLocale = (label) => {
:key="chip.label"
:removable="!unremovableParams?.includes(chip.label)"
@remove="remove(chip.label)"
data-cy="vnFilterPanelChip"
:data-cy="`vnFilterPanelChip_${chip.label}`"
>
<slot
name="tags"