diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-03 08:33:02 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-03 08:34:36 -0500 |
commit | d4377b8c12e106892098d66321059ca6bc1affdd (patch) | |
tree | 57fe9e6c1f990db44b9794b911e55f44b38e37fc /features | |
parent | c998ce66ada6b5281c7b1a2a8227866b0159c9ce (diff) | |
download | gitlab-ce-d4377b8c12e106892098d66321059ca6bc1affdd.tar.gz |
Update commit icon; fix specs29128-profile-page-icons
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/shared/project.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb index 345a28f27dc..47bdc708e09 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 |