Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-27 18:48:10 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-27 18:48:10 +0300
commitb8bffc0da26ff53a220ec83e71a195666867d28f (patch)
treebce4e7900f65d0f357ff773583c53159eed60511 /features/steps/groups.rb
parent4adc033761db149e5bb46f4be02788f1fd384b20 (diff)
Dont check for milestone description on group milestone page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/groups.rb')
-rw-r--r--features/steps/groups.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/groups.rb b/features/steps/groups.rb
index 0bd7a32f5cb..f09d751dba3 100644
--- a/features/steps/groups.rb
+++ b/features/steps/groups.rb
@@ -188,7 +188,6 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
end
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, 2114')
end