summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-04-06 16:59:56 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-04-06 16:59:56 +0000
commit86d5f1f8105e52795c1e0f43a02770f9a3f28ac1 (patch)
treeaa6cb5f9ceab39aaaad3ab61faf0eb01f60d0884 /features
parente3f2c01020931a6bffb7c55102992ccb3132af18 (diff)
parentd4377b8c12e106892098d66321059ca6bc1affdd (diff)
downloadgitlab-ce-86d5f1f8105e52795c1e0f43a02770f9a3f28ac1.tar.gz
Merge branch '29128-profile-page-icons' into 'master'
Resolve "Add system note icons to profile page" Closes #29128 See merge request !10387
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index 782009a32a7..4ee879fe922 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -97,7 +97,7 @@ module SharedProject
step 'I should see project "Shop" activity feed' do
project = Project.find_by(name: "Shop")
- expect(page).to have_content "#{@user.name} pushed new branch fix at #{project.name_with_namespace}"
+ expect(page).to have_content "pushed new branch fix at #{project.name_with_namespace}"
end
step 'I should see project settings' do