diff --git a/e2e/cypress/integration/1-store/setElements.spec.ts b/e2e/cypress/integration/1-store/setElements.spec.ts index f446d749..57c0e8a7 100644 --- a/e2e/cypress/integration/1-store/setElements.spec.ts +++ b/e2e/cypress/integration/1-store/setElements.spec.ts @@ -1,6 +1,6 @@ import type { Edge, Node, SetState, VueFlowStore } from '@braks/vue-flow' import { isEdge, isNode, useVueFlow } from '@braks/vue-flow' -import { getElements } from '../../../../examples/src/Stress/utils' +import { getElements } from '../../../../examples/vite/src/Stress/utils' describe('test store action setElements', () => { const setElements = async (setState: SetState) => {