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:
authorDouwe Maan <douwe@gitlab.com>2016-03-18 15:04:56 +0300
committerDouwe Maan <douwe@gitlab.com>2016-03-18 15:04:56 +0300
commit9813eac56ba6120ef046b5dddba6fd72ce1933a6 (patch)
treeaa1b50b0d80253dfca7746312db0ed46e593448a /features
parent726f1efdb767407acf461a6811b396bfa5f0df35 (diff)
parent5ed7e2cfd5de7c1db0374594428895e84e98321e (diff)
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