690615:1449 237 #01
CI / CD Pipeline / build (push) Failing after 3m41s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-06-15 14:49:26 +07:00
parent b46c0874f2
commit 4dde6570c1
54 changed files with 7802 additions and 727 deletions
@@ -90,7 +90,6 @@ describe('WorkflowLifecycle', () => {
expect(apiClient.post).toHaveBeenCalledWith('/files/upload', expect.any(FormData));
});
expect(onAttachmentsChange).toHaveBeenCalledWith(['019505a1-7c3e-7000-8000-abc123def902']);
expect(screen.getByText('uploaded.pdf')).toBeInTheDocument();
await userEvent.click(screen.getByRole('button', { name: 'workflow.timeline.removeFile' }));
expect(onAttachmentsChange).toHaveBeenLastCalledWith([]);
});