This commit is contained in:
2020-10-20 18:51:40 +00:00
parent 67e908f2cc
commit db2fc91238
31 changed files with 91 additions and 100 deletions

View File

@@ -21,7 +21,7 @@
:error-messages="form().serverErrors(this, 'name')"
ref="name"
@input="fieldValueChanged('name')"
:data-cy="!!$ay.dev ? 'name' : false"
data-cy="name"
></v-text-field>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
@@ -37,7 +37,7 @@
</v-col>
<template v-for="(item, index) in obj.editView">
<v-col :key="item.key" cols="12" sm="6" lg="4" xl="3" px-2>
<v-card :data-cy="!!$ay.dev ? 'columncard:' + item.key : false">
<v-card :data-cy="'columncard:' + item.key">
<v-card-title>
{{ item.title }}
</v-card-title>
@@ -60,7 +60,7 @@
<!-- RE-ORDER CONTROL -->
<div class="d-flex justify-space-between">
<v-btn large icon @click="move('start', index)"
><v-icon large :data-cy="!!$ay.dev ? 'movestart' : false"
><v-icon large data-cy="movestart"
>$ayiStepBackward</v-icon
></v-btn
>