Open
Description
Describe the bug
Examples for tester response seems to be incorrect example in user workflow, example in code comments and testing
To Reproduce
Steps to reproduce the behavior:
- Go to an issue with a 'team's response'
- Copy example found in user workflow
- Issue will be under 'Faulty Issues' in CATcher
Expected behavior
Issue should move to 'Issues Pending Response'
Screenshots
Desktop (please complete the following information):
- OS: Windows 11
- Browser Chrome
- Version 131.0.6778.86
Additional context
From further investigation. The issue comes from Team chose [
type.DocumentationBug].
and **Reason for disagreement:**
.
- The parser expects ``Team chose [
type.DocumentationBug
]` how in the example an additional `.` is supplied. - The parser expects
**Reason for disagreement:**
as seen in tester response section parser. However, when directly copied, the additional whitespace at the end is removed.
Possible solutions
- Remove the
.
at the end of the issue descriptions - Preserving the white space could be similar to Consecutive spaces inside back-ticks show as single space #1273
Performing the above 2 possible solutions produces the expected results.
Below is the updated example (note whitespace is not copied).
# Team's Response
Description of team's response
# Items for the Tester to Verify
## :question: Issue response
Team chose [`response.Rejected`]
- [ ] I disagree
**Reason for disagreement:**
[replace this with your reason]
<catcher-end-of-segment><hr>
## :question: Issue severity
Team chose [`severity.Low`]
Originally [`severity.High`]
- [ ] I disagree
**Reason for disagreement:**
[replace this with your reason]
<catcher-end-of-segment><hr>
## :question: Issue type
Team chose [`type.DocumentationBug`].
Originally [`type.FunctionalityBug`].
- [ ] I disagree
**Reason for disagreement:**
[replace this with your reason]
<catcher-end-of-segment><hr>
Steps to resolving
- Fix example in user workflow documentation
- Fix example in code comments
- Fix example in testing documentation