From 327dcd93cd2cf8d301aae2ae3701a0301e66f772 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 8 Jun 2020 16:49:41 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 - ayanova/src/App.vue | 5 +- ayanova/src/components/pick-list.vue | 1 - ayanova/tests/e2e/specs/smoke.js | 165 +++++++++++++++++++++++++++ 4 files changed, 169 insertions(+), 6 deletions(-) create mode 100644 ayanova/tests/e2e/specs/smoke.js diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2a32b82b..0d2cc958 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,10 +6,6 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 recheck before doing as it seems to vary, maybe someone else's is auto switching - -todo: PickList, hide open button if disabled and show an active button so user can still click, that's not restricted when readonly - required because readonly form of control disables button (or maybe disabled form of control disables button) - todo: Add "smoke" e2e test that logs in as admin and then opens *every* form in the program and confirms no error this is so when I make various changes or upgrade stuff I know that at the very least every form can open up without error or crashing diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index e7898100..d65351a2 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -97,7 +97,10 @@