Skip to content

fix(core): step attachments can't be accessed from the test body area #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 7, 2025

Conversation

delatrie
Copy link
Collaborator

@delatrie delatrie commented May 6, 2025

#149 breaks step-level attachments: they are processed twice in the store, which leads to new IDs being generated for the second pass.

Since the aggregation of attachments for the Attachments tab happens once, at the first processing, the links on this tab work correctly with all attachments available. The links in the test body, on the other hand, get invalid IDs; hence, URLs point to non-existent files.

Extra changes

  • Set issue template for core; link a new test to the issue.

Fixes #171

@delatrie delatrie requested review from Viperwow, epszaw and todti May 6, 2025 21:12
@delatrie delatrie added the type:bug Something isn't working label May 6, 2025
@delatrie delatrie merged commit d41fdc8 into main May 7, 2025
5 checks passed
@delatrie delatrie deleted the fix/issue171 branch May 7, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Step attachments can't be previewed or downloaded from the test body section
2 participants