You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
Thanks Norbert for pointing out the issue. I experience the issue as well.
I have added the discrete steps in check-boxes at the bottom of the issue description so that it is more clear which parts are still pending.
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:
Expected behavior
Issue should move to 'Issues Pending Response'
Screenshots
Desktop (please complete the following information):
Additional context
From further investigation. The issue comes from
Team chose [
type.DocumentationBug].
and**Reason for disagreement:**
.type.DocumentationBug
]` how in the example an additional `.` is supplied.**Reason for disagreement:**
as seen in tester response section parser. However, when directly copied, the additional whitespace at the end is removed.Possible solutions
.
at the end of the issue descriptionsPerforming the above 2 possible solutions produces the expected results.
Below is the updated example (note whitespace is not copied).
Steps to resolving
The text was updated successfully, but these errors were encountered: