From 7ec3d5e82c126cdd2d7d706350afa65d94b0e263 Mon Sep 17 00:00:00 2001 From: somnetsak123 Date: Wed, 6 Dec 2023 09:44:29 +0700 Subject: [PATCH] refactor: tag use data-testid --- Services/client/src/components/FileForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Services/client/src/components/FileForm.vue b/Services/client/src/components/FileForm.vue index b8fd34b..8fa6a98 100644 --- a/Services/client/src/components/FileForm.vue +++ b/Services/client/src/components/FileForm.vue @@ -202,7 +202,7 @@ const file = ref() @filter="filterCategory" style="width: 250px" @update:model-value="(v) => $emit('update:category', v)" - id="inputCategory" + data-testid="filterDataCategory" >