refactor: add id for test

This commit is contained in:
somnetsak123 2023-12-04 09:28:40 +07:00
parent fce11a9a9b
commit d2ff5c81ba
10 changed files with 31 additions and 5 deletions

View file

@ -138,7 +138,8 @@ onMounted(() => {
maxWidth: '100%',
}"
class="box"
@click="() => getFileInfo(filterFoundFile[index])"
@click="() => getFileInfo(foundFile[index])"
:id="`getFileInfoFileSearched${index}`"
>
<div class="q-px-md flex items-center justify-center">
<file-icon