From 991ef7b243a51bb60e01f50d2bb549945a828905 Mon Sep 17 00:00:00 2001 From: carlossa Date: Thu, 21 Nov 2024 09:32:45 +0100 Subject: [PATCH] fix: refs #7529 fix te2e --- src/components/common/VnInput.vue | 1 + src/components/common/VnSelect.vue | 1 + .../integration/worker/workerPit.spec.js | 28 +++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 test/cypress/integration/worker/workerPit.spec.js diff --git a/src/components/common/VnInput.vue b/src/components/common/VnInput.vue index 7979b6d6e2..683e47b97f 100644 --- a/src/components/common/VnInput.vue +++ b/src/components/common/VnInput.vue @@ -93,6 +93,7 @@ const mixinRules = [ :rules="mixinRules" :lazy-rules="true" hide-bottom-space + :data-cy="$attrs.dataCy ?? $attrs.label + '_input'" >