From fa49eefc53d5db972cb36a89ff01b81b242f6256 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 4 Apr 2020 00:17:00 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +++++ ayanova/src/views/ay-customize.vue | 6 +++++- ayanova/tests/e2e/specs/customize-form.js | 25 +++++++++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 ayanova/tests/e2e/specs/customize-form.js diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5d863bef..10982e69 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -49,6 +49,11 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 2: +todo: change all testing data-cy attributes to conditional see ay-customize for example + - :data-cy="!!enableCypress ? item.key : false" + - Really need at this point a way to not have to add a fucking data property to *every* fucking form but rather a central location available to all vue from main or window + - dig into that and see if it's possible again and how to do it because then all forms could be simplified a great deal. + todo: add tests for the following: diff --git a/ayanova/src/views/ay-customize.vue b/ayanova/src/views/ay-customize.vue index 3ebb3f89..69a50150 100644 --- a/ayanova/src/views/ay-customize.vue +++ b/ayanova/src/views/ay-customize.vue @@ -19,7 +19,7 @@