From 810e060fed4a520821a6a3ae7ec5eab6fdd6ef2f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 1 Apr 2020 18:48:38 +0000 Subject: [PATCH] --- ayanova/src/components/gzconfirm.vue | 12 +++++++++--- ayanova/src/components/gznotify.vue | 13 +++++++++++-- ayanova/src/views/widget.vue | 8 ++++---- ayanova/tests/e2e/specs/widget-crud.js | 1 + 4 files changed, 25 insertions(+), 9 deletions(-) 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 @@