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
If Reviewing Cases tab is empty, create a dummy test case. (I've created this one.)
Open comments section of test case.
Write a dummy comment.
Click on Delete Comment button for newly created comment.
Accept confirmation dialog with OK button.
Actual results
Nothing happens on UI.
When inspector is opened to see network requests and their responses, /comments/delete/ POST request gets 302 response and is redirected to location /accounts/login/?next=/comments/delete/.
Expected results
User's own comment should be deleted as defined in documentation. If there is a problem, (for example, insufficient permissions vs.) it should be visible at UI clearly.
Additional info (Python traceback, logs, etc.)
Nope, sorry.
The text was updated successfully, but these errors were encountered:
Description of problem
Documentation says
at here.
But I can't delete my own comment at Reviewing Cases tab which was entered for a test case in a test plan.
Version or commit hash (if applicable)
Version 6.10
Steps to Reproduce
Actual results
Nothing happens on UI.
When inspector is opened to see network requests and their responses,
/comments/delete/
POST request gets 302 response and is redirected to location/accounts/login/?next=/comments/delete/
.Expected results
User's own comment should be deleted as defined in documentation. If there is a problem, (for example, insufficient permissions vs.) it should be visible at UI clearly.
Additional info (Python traceback, logs, etc.)
Nope, sorry.
The text was updated successfully, but these errors were encountered: