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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 17:35:11 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 23:59:39 +0300
commit667fa9afa29d60ec38dfb787ea207f2e44a38ee8 (patch)
tree6e824e0ccc48944a2e6f591e597b23f4b12b6246 /features
parent6ca6ca89170f0e9db5f71a737d45dc01401d9f2d (diff)
Put back usernames in activity and profile feed
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 73206c3f30d..15625e045f5 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 "pushed new branch fix at #{project.name_with_namespace}"
+ expect(page).to have_content "#{@user.name} pushed new branch fix at #{project.name_with_namespace}"
end
step 'I should see project settings' do