From e0459f201604a7cdbca584752380ee5e7f8c797c Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 20 Feb 2025 12:22:58 +0100 Subject: [PATCH 001/103] fix: refs #8581 update data-cy attribute binding #7529 --- src/components/common/VnInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/VnInput.vue b/src/components/common/VnInput.vue index aeb4a31fd..03f2294a1 100644 --- a/src/components/common/VnInput.vue +++ b/src/components/common/VnInput.vue @@ -143,7 +143,7 @@ const handleUppercase = () => { :rules="mixinRules" :lazy-rules="true" hide-bottom-space - :data-cy="$attrs.dataCy ?? $attrs.label + '_input'" + :data-cy="$attrs['data-cy'] ?? $attrs.label + '_input'" >