remove redundant cuke

The scenario after the removed one does essentially the same thing with the addition of testing the preview function.
pull/3701/head
Jens Ulferts 9 years ago
parent 9268f48613
commit 9e2e7d0c62
  1. 9
      features/issues/issue_edit.feature

@ -53,15 +53,6 @@ Feature: Issue edit
| description | Aioli Sali Grande |
And I am already logged in as "bob"
@javascript
Scenario: User updates an issue successfully
When I go to the page of the issue "issue1"
And I click on the edit button
And I fill in a comment with "human horn"
And I submit the form by the "Save" button
And I should see "The comment was successfully added."
And I should see "human horn" within ".work-package-details-activities-list"
@javascript
Scenario: User adds a comment to an issue with previewing the stuff before
When I go to the page of the issue "issue1"

Loading…
Cancel
Save