refactor: add data-testid SearchBar

This commit is contained in:
somnetsak123 2023-12-07 17:38:16 +07:00
parent c1fa3dfcee
commit 181b2f8b44

View file

@ -141,6 +141,7 @@ watch(
id="inputSearch"
@update:model-value="searchSubmit"
@keydown.enter.prevent="searchSubmit"
data-testid="searchAdmin"
>
<template v-slot:prepend />
<template v-slot:append