diff --git a/cypress/integration/1-store/setElements.spec.ts b/cypress/integration/1-store/setElements.spec.ts index dd302070..a3dbc963 100644 --- a/cypress/integration/1-store/setElements.spec.ts +++ b/cypress/integration/1-store/setElements.spec.ts @@ -26,7 +26,8 @@ describe('test store action setElements', () => { context('elements pre-set', () => { let store: FlowStore beforeEach(async () => { - const { store } = useVueFlow() + const { store: flowStore } = useVueFlow() + store = flowStore await setElements(store) })