diff --git a/ayanova/src/components/gzconfirm.vue b/ayanova/src/components/gzconfirm.vue index ad13ebd5..696f3ca2 100644 --- a/ayanova/src/components/gzconfirm.vue +++ b/ayanova/src/components/gzconfirm.vue @@ -27,6 +27,7 @@ v-model="isVisible" :max-width="options.width" @keydown.esc="cancel" + data-cy="gzconfirm" > @@ -46,11 +47,16 @@ color="primary darken-1" text @click.native="cancel" + data-cy="gzconfirm:nobutton" >{{ options.noButtonText }} - {{ - options.yesButtonText - }} + {{ options.yesButtonText }} diff --git a/ayanova/src/components/gznotify.vue b/ayanova/src/components/gznotify.vue index b0740da2..17b231ce 100644 --- a/ayanova/src/components/gznotify.vue +++ b/ayanova/src/components/gznotify.vue @@ -1,10 +1,19 @@