From 7553f1be69c3aff8f9fc6c1b0d6f8803211053da Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 3 Apr 2020 20:57:09 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 7 ++++-- ayanova/src/views/ay-data-list-view.vue | 7 ++++-- ayanova/tests/e2e/specs/gz-data-table.js | 32 ++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 4 deletions(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index e89d6d89..cd6acf55 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -19,16 +19,17 @@ item-value="id" :label="t('DataListView')" @input="listViewChanged" + data-cy="selectlistview" >
- fa-sync + fa-sync - fa-filter + fa-filter
@@ -60,6 +61,7 @@ :loading-text="t('Loading')" :no-data-text="t('NoData')" class="elevation-1" + data-cy="datatable-wide" >