diff --git a/packages/frontend/editor-ui/src/components/RunDataAi/RunDataAi.test.ts b/packages/frontend/editor-ui/src/components/RunDataAi/RunDataAi.test.ts index 8cfad752b4c..2ee6bbee69e 100644 --- a/packages/frontend/editor-ui/src/components/RunDataAi/RunDataAi.test.ts +++ b/packages/frontend/editor-ui/src/components/RunDataAi/RunDataAi.test.ts @@ -91,7 +91,7 @@ describe('RunDataAi', () => { beforeEach(() => { setActivePinia(createTestingPinia({ stubActions: false })); workflowsStore = useWorkflowsStore(); - workflowsStore.setWorkflowExecutionData(executionResponse); + workflowsStore.workflowExecutionData = executionResponse; }); it('should render the log that belong to given run index', async () => {