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

@ -46,6 +46,7 @@ async function downloadSubmit(path: any) {
dense
class="q-mr-sm q-px-sm"
@click="() => (isFilePreview = false)"
id="goBackInfo"
>
<q-icon
class="pointer"
@ -95,6 +96,7 @@ async function downloadSubmit(path: any) {
icon="mdi-download"
class="q-py-sm"
@click="() => downloadSubmit(fileInfo?.pathname)"
id="downloadSubmit"
/>
</div>
</div>