Given that I am the author of a signal
When I open the signal details
Then I should see a "delete" button below the signal description
When I click the "delete" button
Then I will be able to delete the signal
The signal will not be really deleted, but there will be a property in the db. If this property is set to true, then the signal won't be visible
Given that I am the author of a signal When I open the signal details Then I should see a "delete" button below the signal description When I click the "delete" button Then I will be able to delete the signal
The signal will not be really deleted, but there will be a property in the db. If this property is set to true, then the signal won't be visible