summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-15 14:34:29 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-15 14:34:29 +0000
commitd1001e3d98ec294db60f08762c5006e8a8f8c98f (patch)
tree0cae005114a2aec72ebfddaf657cbd41b8397333 /features
parent275a5281d5f35bf2243a0b5814b8fb83f1561105 (diff)
parentb916bf4368a2f98ad56e395376888a8126e1563a (diff)
downloadgitlab-ce-d1001e3d98ec294db60f08762c5006e8a8f8c98f.tar.gz
Merge branch 'show_milestone_status_on_show_page' into 'master'
Show milestone status on group milestone show page Closes #1430 See merge request !969
Diffstat (limited to 'features')
-rw-r--r--features/steps/group/group.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/group/group.rb b/features/steps/group/group.rb
index 28c370e828f..288524f92b2 100644
--- a/features/steps/group/group.rb
+++ b/features/steps/group/group.rb
@@ -190,7 +190,6 @@ class Groups < Spinach::FeatureSteps
step 'I should see group milestone with descriptions and expiry date' do
page.should have_content('Lorem Ipsum is simply dummy text of the printing and typesetting industry')
page.should have_content('expires at Aug 20, 2014')
- page.should have_content('Project milestone has no description')
end
step 'I should see group milestone with all issues and MRs assigned to that milestone' do