summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-03-18 12:04:56 +0000
committerRémy Coutable <remy@rymai.me>2016-03-18 21:03:39 +0100
commitcf52a9b4354de62f9559b19cf77845f55053f2db (patch)
treeeb54a5d2a8933d995d55e6288d3c65f1e32ec8ff /features
parent4d48c6076e195eb01d1858db4682c393a7eb81d4 (diff)
downloadgitlab-ce-cf52a9b4354de62f9559b19cf77845f55053f2db.tar.gz
Merge branch 'confidential-issues' into 'master'
Add confidential issues Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/3678 More information: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/227 See merge request !3282
Diffstat (limited to 'features')
-rw-r--r--features/steps/groups.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/groups.rb b/features/steps/groups.rb
index 7a6ae15ffa5..e5b7db4c5e3 100644
--- a/features/steps/groups.rb
+++ b/features/steps/groups.rb
@@ -35,7 +35,7 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
end
step 'I should see projects activity feed' do
- expect(page).to have_content 'closed issue'
+ expect(page).to have_content 'joined project'
end
step 'I should see issues from group "Owned" assigned to me' do