diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 7329ddae2..65139e1e5 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -69,7 +69,7 @@ const refresh = () => window.location.reload(); 'no-visible': !stateQuery.isLoading().value, }" size="sm" - data-cy="loading-spinner" + data-cy="navBar-spinner" /> diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue index 644bc1caf..2f3bbd2bd 100644 --- a/src/components/VnTable/VnTable.vue +++ b/src/components/VnTable/VnTable.vue @@ -751,6 +751,7 @@ const rowCtrlClickFunction = computed(() => { withFilters " :column="col" + :data-cy="`column-filter-${col.name}`" :show-title="true" :data-key="$attrs['data-key']" v-model="params[columnName(col)]" diff --git a/src/components/ui/VnFilterPanel.vue b/src/components/ui/VnFilterPanel.vue index dc9e4e776..6460499b0 100644 --- a/src/components/ui/VnFilterPanel.vue +++ b/src/components/ui/VnFilterPanel.vue @@ -212,6 +212,7 @@ const getLocale = (label) => { color="primary" style="position: fixed; z-index: 1; right: 0; bottom: 0" icon="search" + data-cy="vnFilterPanel_search" @click="search()" > @@ -229,6 +230,7 @@ const getLocale = (label) => { { diff --git a/src/pages/Item/components/ItemProposal.vue b/src/pages/Item/components/ItemProposal.vue index d2dbea7b3..edff4f394 100644 --- a/src/pages/Item/components/ItemProposal.vue +++ b/src/pages/Item/components/ItemProposal.vue @@ -228,11 +228,15 @@ async function handleTicketConfig(data) { url="TicketConfigs" :filter="{ fields: ['lackAlertPrice'] }" @on-fetch="handleTicketConfig" - auto-load + > + -
+
-
+
useOpenURL(`#/order/${id}/summary`);