This commit is contained in:
2020-06-08 16:49:41 +00:00
parent e34fe64059
commit 327dcd93cd
4 changed files with 169 additions and 6 deletions

View File

@@ -97,7 +97,10 @@
<!-- TOP LEVEL ACTION -->
<template v-else>
<div :key="item.key">
<v-list-item :to="item.route">
<v-list-item
:to="item.route"
:data-cy="!!$ay.dev ? item.testid : false"
>
<v-list-item-action v-if="item.icon">
<v-icon>{{ item.icon }}</v-icon>
</v-list-item-action>

View File

@@ -127,7 +127,6 @@ export default {
data: "ay-start-form-select-list"
});
},
editIcon: function() {
if (!this.showEditIcon) {
return null;