All forms as of today are exercised by "smoke" test and this commit

This commit is contained in:
2020-10-20 16:28:46 +00:00
parent bb33521216
commit 83891eb3ac
8 changed files with 45 additions and 4 deletions

View File

@@ -3,12 +3,17 @@
<v-row>
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col rows="12">
<div class="text-center text-h4" v-if="obj.length == 0">
<div
class="text-center text-h4"
v-if="obj.length == 0"
:data-cy="!!$ay.dev ? 'notifications' : false"
>
<span>{{ $ay.t("NoData") }}</span>
</div>
<v-timeline
:dense="$vuetify.breakpoint.smAndDown"
v-if="obj.length > 0"
:data-cy="!!$ay.dev ? 'notifications' : false"
>
<v-timeline-item
v-for="i in obj"