MT#55492 add data-cy to conversations page

Change-Id: Ic693ef02f3efe02b4da53cfbcf9aad37bbd3349b
pull/17/head
Nico Schedel 3 years ago
parent 9446710c34
commit d66f815026

@ -4,6 +4,7 @@
<csc-input-date
v-model="value.from"
class="q-mr-sm"
data-cy="filter-from"
dense
clearable
:label="$t('From')"
@ -12,6 +13,7 @@
/>
<csc-input-date
v-model="value.to"
data-cy="filter-to"
dense
clearable
:label="$t('To')"

Loading…
Cancel
Save