Description
`components/streams/download-receipt-button.tsx` has no test coverage for its disabled state, click handler, or the generated download's attributes/content.
Task
Add a test file covering: the button is disabled under the appropriate conditions, clicking it triggers receipt generation, and the resulting download link/blob has the expected attributes.
Good for contributors because
Small, self-contained component with a clear primary interaction (click → download) to verify.
Description
`components/streams/download-receipt-button.tsx` has no test coverage for its disabled state, click handler, or the generated download's attributes/content.
Task
Add a test file covering: the button is disabled under the appropriate conditions, clicking it triggers receipt generation, and the resulting download link/blob has the expected attributes.
Good for contributors because
Small, self-contained component with a clear primary interaction (click → download) to verify.