diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-03-17 18:03:10 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-03-17 20:56:00 -0300 |
commit | 9222459ea36ce7bfafdf76742a5a44db7957db8d (patch) | |
tree | 669fe46666545d837a79280a8c2fcc955175a56e /features/steps/groups.rb | |
parent | 7d403ec46ffd5778a68eebb9117e08f605938b15 (diff) | |
download | gitlab-ce-9222459ea36ce7bfafdf76742a5a44db7957db8d.tar.gz |
Restrict access to confidential issues on activity feed
Diffstat (limited to 'features/steps/groups.rb')
-rw-r--r-- | features/steps/groups.rb | 2 |
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 |