diff --git a/src/components/cylc/workspace/Widget.vue b/src/components/cylc/workspace/Widget.vue index fa2cab1d3..1c17e505c 100644 --- a/src/components/cylc/workspace/Widget.vue +++ b/src/components/cylc/workspace/Widget.vue @@ -25,7 +25,7 @@ along with this program. If not, see . diff --git a/tests/unit/components/cylc/gscan/gscan.vue.spec.js b/tests/unit/components/cylc/gscan/gscan.vue.spec.js index d0652658b..f33108ffd 100644 --- a/tests/unit/components/cylc/gscan/gscan.vue.spec.js +++ b/tests/unit/components/cylc/gscan/gscan.vue.spec.js @@ -16,9 +16,7 @@ */ import { mount } from '@vue/test-utils' -import { createStore } from 'vuex' import { createVuetify } from 'vuetify' -import storeOptions from '@/store/options' import GScan from '@/components/cylc/gscan/GScan.vue' import CommandMenuPlugin from '@/components/cylc/commandMenu/plugin' import { @@ -49,12 +47,6 @@ function filterNodes (wrapper, filteredOutNodesCache) { } describe('GScan component', () => { - const store = createStore(storeOptions) - const resetState = () => { - store.commit('workflows/SET_WORKFLOW_NAME', null) - } - beforeEach(resetState) - describe('Sorting', () => { it('sets workflow sort order by status', () => { // for each worflow state ...