summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-03-17 18:03:10 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-03-17 20:56:00 -0300
commit9222459ea36ce7bfafdf76742a5a44db7957db8d (patch)
tree669fe46666545d837a79280a8c2fcc955175a56e /features
parent7d403ec46ffd5778a68eebb9117e08f605938b15 (diff)
downloadgitlab-ce-9222459ea36ce7bfafdf76742a5a44db7957db8d.tar.gz
Restrict access to confidential issues on activity feed
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