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" >