This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
ref="searchPhrase"
|
||||
@change="getDataFromApi()"
|
||||
hint="text, *xt, te*"
|
||||
:data-cy="!!$ay.dev ? 'phrase' : false"
|
||||
data-cy="phrase"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="12" sm="4" lg="4" xl="3">
|
||||
@@ -26,9 +26,7 @@
|
||||
</v-col>
|
||||
<v-col cols="12" sm="4" lg="4" xl="3">
|
||||
<v-btn color="primary" v-on:click="getDataFromApi()" value="SEARCH">
|
||||
<v-icon :data-cy="!!$ay.dev ? 'btnsearch' : false"
|
||||
>$ayiSearch</v-icon
|
||||
>
|
||||
<v-icon data-cy="btnsearch">$ayiSearch</v-icon>
|
||||
</v-btn>
|
||||
</v-col>
|
||||
|
||||
@@ -52,7 +50,7 @@
|
||||
<v-list-item link :key="item.index">
|
||||
<v-list-item-content
|
||||
@click="openItem(item)"
|
||||
:data-cy="!!$ay.dev ? 'btnopenitem' + item.index : false"
|
||||
:data-cy="'btnopenitem' + item.index"
|
||||
>
|
||||
<v-list-item-title v-text="item.name"></v-list-item-title>
|
||||
<v-list-item-subtitle
|
||||
@@ -64,9 +62,7 @@
|
||||
<v-icon
|
||||
color="grey lighten-1"
|
||||
large
|
||||
:data-cy="
|
||||
!!$ay.dev ? 'btnexcerpt' + item.index : false
|
||||
"
|
||||
:data-cy="'btnexcerpt' + item.index"
|
||||
>$ayiInfoCircle</v-icon
|
||||
>
|
||||
</v-btn>
|
||||
|
||||
Reference in New Issue
Block a user