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
{{ message }}
This repository was archived by the owner on Jun 29, 2021. It is now read-only.
Given I'm an authenticated user of any type
When I send a DELETE request to /discussions/questions/{questionId} and the question was created by me
I expect that question to be soft-deleted
Given I'm an authenticated user of type admin
When I send a DELETE request to /discussions/questions/{questionId}
I expect that question to be soft-deleted
Scenario
Given I'm an authenticated user of any type
When I send a DELETE request to /discussions/questions/{questionId} and the question was created by me
I expect that question to be soft-deleted
Given I'm an authenticated user of type admin
When I send a DELETE request to /discussions/questions/{questionId}
I expect that question to be soft-deleted
Additional requirements
This builds on the features of #25.
The text was updated successfully, but these errors were encountered: