From 9290089630699d062a35f6261421980d2455b5c4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 1 Nov 2021 18:25:24 +0000 Subject: [PATCH] remove native versions of date time pickers as now integrated into single controls --- ayanova/src/components/date-time-control.vue | 2 +- ayanova/src/components/time-control.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/src/components/date-time-control.vue b/ayanova/src/components/date-time-control.vue index c1f6a786..e77adb79 100644 --- a/ayanova/src/components/date-time-control.vue +++ b/ayanova/src/components/date-time-control.vue @@ -123,7 +123,7 @@ :readonly="readonly" :disabled="disabled" type="time" - :data-cy="'timeinput:' + testId" + :data-cy="'tpick:' + testId" > diff --git a/ayanova/src/components/time-control.vue b/ayanova/src/components/time-control.vue index 0aeec56a..00a3521a 100644 --- a/ayanova/src/components/time-control.vue +++ b/ayanova/src/components/time-control.vue @@ -48,7 +48,7 @@ :readonly="readonly" :disabled="disabled" type="time" - :data-cy="'timeinput:' + testId" + :data-cy="'tpick:' + testId" >