refactor: add data-testid SearchBar
This commit is contained in:
parent
c1fa3dfcee
commit
181b2f8b44
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ watch(
|
||||||
id="inputSearch"
|
id="inputSearch"
|
||||||
@update:model-value="searchSubmit"
|
@update:model-value="searchSubmit"
|
||||||
@keydown.enter.prevent="searchSubmit"
|
@keydown.enter.prevent="searchSubmit"
|
||||||
|
data-testid="searchAdmin"
|
||||||
>
|
>
|
||||||
<template v-slot:prepend />
|
<template v-slot:prepend />
|
||||||
<template v-slot:append
|
<template v-slot:append
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue