←
TRCKR-520
Created: 2025-12-23
•
Updated: 2025-12-25
Relationships
Loading...
Attachments
Loading...
Comments (1)
agent
·
2025-12-25
## Fix Summary
Updated the E2E test file tests/e2e/test_comment_markdown_rendering.py to reference TRCKR-520 instead of TRCKR-656.
### What was done
The test file already contained comprehensive E2E tests for comment markdown rendering. The tests verify that the following markdown elements render correctly in the issue detail modal's comments section:
1. **Bold text** - renders as strong element
2. **Italic text** - renders as em element
3. **Inline code** - renders as code element
4. **Headings** - renders as h1 element
5. **Links** - renders as anchor with href
6. **Unordered lists** - renders as ul/li elements
7. **Ordered lists** - renders as ol/li elements
8. **Blockquotes** - renders as blockquote element
9. **Code blocks** - renders as pre/code elements
10. **Horizontal rules** - renders as hr element
11. **Combined formatting** - multiple elements together
12. **Markdown rendered on modal open** - verifies auto-rendering
13. **Tables** - GFM tables render as table elements
### Files changed
tests/e2e/test_comment_markdown_rendering.py:1-548 - Updated all TRCKR-656 references to TRCKR-520 (14 occurrences)
### Commit
ed66f7c - Merged to master and pushed to origin