summaryrefslogtreecommitdiff
path: root/features/project/issues
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-07-14 15:20:38 -0700
committerStan Hu <stanhu@gmail.com>2015-07-17 06:54:32 -0700
commitdf2bb60f90315a77718b9122e9d06f5655750640 (patch)
treea076cbfdb4f7583cc955af5dbba97a4ecd2205b3 /features/project/issues
parentc4c41007adf5e3950f8991d4503b699d1e078705 (diff)
downloadgitlab-ce-df2bb60f90315a77718b9122e9d06f5655750640.tar.gz
Add support for destroying project milestones
Closes https://github.com/gitlabhq/gitlabhq/issues/1504
Diffstat (limited to 'features/project/issues')
-rw-r--r--features/project/issues/milestones.feature4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/project/issues/milestones.feature b/features/project/issues/milestones.feature
index 9ac65b1257c..bfbaaec5a35 100644
--- a/features/project/issues/milestones.feature
+++ b/features/project/issues/milestones.feature
@@ -17,6 +17,10 @@ Feature: Project Issues Milestones
And I submit new milestone "v2.3"
Then I should see milestone "v2.3"
+ Scenario: I delete new milestone
+ Given I click link to remove milestone "v2.2"
+ And I should see no milestones
+
@javascript
Scenario: Listing closed issues
Given the milestone has open and closed issues